From 9394612456d8fc52ce3da1078a8809df3262526c Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Wed, 3 Jun 2020 08:48:45 +0300 Subject: [PATCH] Update readme for server --- server/README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index 9aeb18c..927d7d3 100644 --- a/server/README.md +++ b/server/README.md @@ -2,6 +2,26 @@ Application for creating and running drone shows, adjusting drones, animations and music. -Documentation is located here: +## Requirements + +* python 3.6+ +* Time synchronization with connected drones. + +Can be used with built-in NTP server or with external package for time synchronization like `chrony` on Linux systems. + +## Installation + +```cmd +pip3 install -r requirements.txt +``` + +## Usage + +```cmd +python3 server.py +``` + +## Documentation + * English * [Russian](../docs/ru/server.md)