Files
OpenECAD_Project/Bethany/README.md
2024-08-16 17:50:51 +08:00

20 lines
317 B
Markdown

# Bethany
## Prerequisites
- Linux
- Python 3.10
## 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
```