Update README.md

This commit is contained in:
dselen
2024-11-27 20:28:52 +01:00
committed by GitHub
parent bdd07ba55d
commit e953e68c7c

View File

@@ -13,11 +13,9 @@ Then make a yaml with a target and some commands! See below examples as a guidel
To install, follow the following commands:<br> To install, follow the following commands:<br>
```shell ```shell
python3 -m venv ./venv
```
```shell
source ./venv/bin/activate
cd ./meshbook cd ./meshbook
python3 -m venv ./venv
source ./venv/bin/activate
``` ```
```shell ```shell
pip3 install -r requirements.txt pip3 install -r requirements.txt