1
0
mirror of https://github.com/etesync/server synced 2025-02-22 05:12:03 +00:00

Changed virtual environment path (venv -> .venv) to be the same as in README.md

Martin Richtsfeld 2020-11-30 12:22:53 +00:00
parent d7b2e4d03e
commit a5b61d4fe0

@ -16,8 +16,8 @@ $ git clone https://github.com/etesync/server etebase
$ cd etebase
$ git checkout etebase
$ virtualenv -p python3 venv # If doesn't work, try: virtualenv3 venv
$ source venv/bin/activate
$ virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txt
```