Switch to python3.9

This commit is contained in:
Naga Ravi Chaitanya Elluri
2022-07-22 16:56:47 -04:00
parent ca7bc3f67b
commit da117ad9d9
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -21,16 +21,16 @@ $ cd kraken
#### Install the dependencies
```
$ python3 -m venv chaos
$ python3.9 -m venv chaos
$ source chaos/bin/activate
$ pip3 install -r requirements.txt
$ pip3.9 install -r requirements.txt
```
**NOTE**: Make sure python3-devel and latest pip versions are installed on the system. The dependencies install has been tested with pip >= 21.1.3 versions.
#### Run
```
$ python3 run_kraken.py --config <config_file_location>
$ python3.9 run_kraken.py --config <config_file_location>
```
### Run containerized version