@@ -123,7 +123,7 @@ If you are not planning to go with Docker or just want to setup a local developm
...
@@ -123,7 +123,7 @@ If you are not planning to go with Docker or just want to setup a local developm
Create a virtual environment for your Python dependencies:
Create a virtual environment for your Python dependencies:
```bash
```bash
virtualenv -p python3.7 python
virtualenv -p python3.8 python
```
```
To activate that environment, run
To activate that environment, run
...
@@ -370,7 +370,7 @@ All model files can usually be overwritten. Only controller and test classes nee
...
@@ -370,7 +370,7 @@ All model files can usually be overwritten. Only controller and test classes nee
In the future it might be favorable to use a local Codegen to generate the API artifacts.
In the future it might be favorable to use a local Codegen to generate the API artifacts.
> Caveat: There is an issue with the generated source related to Python 3.7. Therefore `./src/rest/util.py` contains a workaround. Think about that when
> Caveat: There is an issue with the generated source related to Python 3.8. Therefore `./src/rest/util.py` contains a workaround. Think about that when