Pull
This commit is contained in:
2024-11-27 20:31:40 +01:00
+2 -6
View File
@@ -13,13 +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
```shell source ./venv/bin/activate
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```
Then you can use meshbook, for example: Then you can use meshbook, for example: