You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ansys/Readme.md
+48-5Lines changed: 48 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,34 @@ This directory contains an example Tesseract configuration and scripts demonstra
4
4
5
5
## Get Started
6
6
7
+
### PL internal instructions:
8
+
9
+
- Our open ports are: 443 and 50052.
10
+
- Make sure to be connected to the PL VPN.
11
+
12
+
### Prerequisites
13
+
14
+
For the windows machine:
15
+
1. ANSYS installed and an active license.
16
+
2. Python and a python environment (e.g., conda, venv).
17
+
3. Two open ports.
18
+
19
+
For the linux machine:
20
+
1. Docker installed and running.
21
+
2. Python and a python environment (e.g., conda, venv).
22
+
7
23
### SpaceClaim Tesseract
8
24
9
-
On a windows machine, install [ansys-spaceclaim](https://www.ansys.com/products/3d-design/ansys-spaceclaim) and create a new python env. Assuming you using windows powerhsell, install the required dependencies:
25
+
Create a new python env. Assuming you using windows powerhsell, install the required dependencies:
10
26
11
27
```bash
12
28
pip install tesseract-core[runtime]
13
29
```
14
30
15
-
Clone this repository, navigate to the `examples/ansys/spaceclaim` directory and start the Tesseract runtime server with:
31
+
Clone this repository, navigate to the `examples/ansys/spaceclaim_tess` directory and start the Tesseract runtime server with:
16
32
17
33
```bash
18
-
tesseract-runtime serve
34
+
tesseract-runtime serve --port <port_number_1>
19
35
```
20
36
Note that we dont build a Tesseract image for SpaceClaim in this example. This is because SpaceClaim cannot be installed in a containerized environment. You can test it using:
0 commit comments