18 lines
305 B
Markdown
18 lines
305 B
Markdown
## Prerequisites
|
|
|
|
- Linux
|
|
- Python 3.7
|
|
|
|
## Dependencies
|
|
|
|
Install python package dependencies through pip:
|
|
|
|
```bash
|
|
$ pip install -r requirements.txt
|
|
```
|
|
|
|
Install [pythonocc](https://github.com/tpaviot/pythonocc-core) (OpenCASCADE) by conda:
|
|
|
|
```bash
|
|
$ conda install -c conda-forge pythonocc-core=7.5.1
|
|
``` |