mirror of
https://github.com/Yuki-Kokomi/OpenECAD_Project.git
synced 2026-02-04 00:33:22 -05:00
add Bethany tool
This commit is contained in:
20
Bethany/README.md
Normal file
20
Bethany/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user