1
0
mirror of https://github.com/etesync/server synced 2024-11-22 16:58:08 +00:00

Updated Basic Setup Etebase (EteSync v2) (markdown)

Jordan ERNST 2021-08-14 16:30:22 +02:00
parent d5e6d383b1
commit c24baace94

@ -16,7 +16,6 @@ $ git clone --branch v0.7.0 https://github.com/etesync/server etebase
$ cd etebase $ cd etebase
$ virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv $ virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv
$ sudo chmod -R 0777 .venv # If current path not owned by user. Avoid permission denied with pip
$ source .venv/bin/activate $ source .venv/bin/activate
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt