Skip to content

Commit 5e69c5f

Browse files
committed
Update README.md. Add Cargo and Rust as dependencies
1 parent 962487f commit 5e69c5f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,22 @@ the [Prosimos](https://github.com/AutomatedProcessImprovement/Prosimos) simulato
1212

1313
## Requirements
1414

15-
- Python 3.9
16-
- Java 1.8
15+
- Python 3.9. For Windows, [Python 3.9.13](https://www.python.org/downloads/release/python-3913/) is the last
16+
distribution with Windows installers.
17+
- Java 1.8. For example,
18+
use [Amazon Corretto 8](https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html).
19+
- Cargo package manager and the Rust toolchain (for Rust dependencies). Install it with [rustup.rs](https://rustup.rs/).
1720
- _Optional_. If using Docker or compiling from source, use [Poetry](https://python-poetry.org/) for building,
1821
installing, and
1922
managing Python dependencies
2023

24+
| Dependency | Version | Notes |
25+
|---------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------|
26+
| Python | 3.9 | For Windows, [Python 3.9.13](https://www.python.org/downloads/release/python-3913/) is the last distribution with Windows installers. |
27+
| Java | 1.8 | For example, use [Amazon Corretto 8](https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html). |
28+
| Cargo and Rust | latest | Install it with [rustup.rs](https://rustup.rs/). |
29+
| Poetry (_optional_) | latest | If using Docker or compiling from source, use [Poetry](https://python-poetry.org/) for building, installing, and managing Python dependencies. |
30+
2131
## Getting Started
2232

2333
### PyPI

0 commit comments

Comments
 (0)