updated backend/README.md for conda users

This commit is contained in:
Pit-Storm 2019-08-31 14:45:47 +02:00
parent ee6ff8e9aa
commit 94ac85dad1

View file

@ -6,12 +6,14 @@ The backend providing the data and managing changing the data.
### Install
Run inside this folder
```
./dev-setup.sh
./dev-setup.shs:
```
For conda users:
```conda create -n candymat-userapp-api python=3.7.4 flask=1.1.1```
### Run
Start the virtual environment
```
source venv/bin/activate
```
For conda users:
```conda activate candymat-userapp-api```