first commit
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user