Skip to content

Commit d5bbb09

Browse files
committed
readme
1 parent 50333a2 commit d5bbb09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/ansys/Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# ANSYS Tesseract Integration
22

3-
This directory contains an example Tesseract configuration and scripts demonstrating how to use Tesseract-JAX with ANSYS spaceclaim and PyMAPDL.
3+
This directory contains an example Tesseract configuration and scripts demonstrating how to use Tesseract-JAX with ANSYS spaceclaim and PyMAPDL.
44

55
## Get Started
66

77
### SpaceClaim Tesseract
88

9-
On a machine that has ANSYS SpaceClaim installed, create a new python environment and install the required dependencies by running:
9+
On a windows machine, install [ansys-spaceclaim](https://www.ansys.com/products/3d-design/ansys-spaceclaim) and create a new python env. Install the required dependencies:
1010

1111
```bash
12-
pip install -r spaceclaim/tesseract_requirements.txt
12+
pip install tesseract-core[runtime]
1313
```
1414

15-
Then navigate to the `spaceclaim` directory and start the Tesseract runtime server with:
15+
Clone this repository, navigate to the `examples/ansys/spaceclaim` directory and start the Tesseract runtime server with:
1616

1717
```bash
18-
uv run tesseract-runtime serve
18+
tesseract-runtime serve
1919
```
2020

2121
Note that we dont build a Tesseract image for SpaceClaim in this example. This is because SpaceClaim cannot be installed in a containerized environment.
2222

2323
### PyMAPDL Tesseract
2424

25-
On
25+
On

0 commit comments

Comments
 (0)