We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0014e48 commit ea77b1bCopy full SHA for ea77b1b
README.md
@@ -3,6 +3,11 @@ Synchronised folder across multiple devices
3
4
# Usage
5
moonmen can be used with two commands ``server`` and ``client``
6
+
7
+It is recommended to create virtual environment to run this application and install the dependencies inside this virtual environment
8
+1. Clone this repository with ``git clone https://github.com/acabhishek942/moonmen.git``
9
+2. `` cd moonmen ``
10
+3. `` pip3 install -r requirements.txt ``
11
## server
12
``python3 moonmen/start.py server -p 8124 -d /Users/ac/Moonmen/MoonmenServer -b ./.moonmen-server-backup``
13
0 commit comments