mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +00:00
@@ -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>
|
||||
|
||||
```shell
|
||||
python3 -m venv ./venv
|
||||
```
|
||||
```shell
|
||||
source ./venv/bin/activate
|
||||
cd ./meshbook
|
||||
```
|
||||
```shell
|
||||
python3 -m venv ./venv
|
||||
source ./venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
Then you can use meshbook, for example:
|
||||
|
||||
Reference in New Issue
Block a user