first commit

This commit is contained in:
Yuki-Kokomi
2024-07-21 18:13:17 +08:00
committed by GitHub
commit 5695ca08df
12 changed files with 1815 additions and 0 deletions

18
README.md Normal file
View 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
```