Skip to content
Snippets Groups Projects
Commit d9e0ea22 authored by Dos Reis Cedric's avatar Dos Reis Cedric
Browse files

bweh

parent 6bcd3825
No related branches found
No related tags found
No related merge requests found
......@@ -8,35 +8,27 @@
On Linux and macOS :
```python
```
python3 -m virtualenv env
```
On Windows :
```python
```
python -m virtualenv env
```
2. Activate the virtual environment with :
​ On Linux and macOS :
```python
```
source env/bin/activate
```
​ On Windows :
```python
```
.\env\Scripts\activate
```
......@@ -50,22 +42,21 @@ pip install -r requirements.txt
On Linux and macOS :
```python
```
export FLASK_ENV=development
export FLASK_APP=app.py
```
​ On Windows :
```python
```
set FLASK_ENV=development
set FLASK_APP=app.py
```
## Starting the web server (REST API)
```python
```
python -m flask run
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment