Skip to content
Snippets Groups Projects
Commit f9fdc50b authored by David Trattnig's avatar David Trattnig
Browse files

Note on virtualenv and Python 3.8 Mysql dep. #61

parent 8dabdf7f
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ In case of MariaDB this is:
```shell
sudo apt-get install \
python-dev \
python3.8-dev \
default-libmysqlclient-dev \
mariadb-server \
libmariadbclient-dev
......@@ -84,6 +84,19 @@ git clone https://gitlab.servus.at/autoradio/engine
## Installation
Create a virtual environment for your Python dependencies:
```shell
virtualenv -p python3.8 python
```
To activate that environment, run
```shell
source python/bin/activate
```
Install the required dependencies
```shell
./install.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment