diff --git a/downloads.html b/downloads.html index f54b5c4..ec5525f 100644 --- a/downloads.html +++ b/downloads.html @@ -5,7 +5,7 @@ - + @@ -32,19 +32,17 @@

Download:

Run:

Run Podrum by executing these commands:

- On Unix systems (Linux, macOS):

- pip3 install -r requirements.txt
- python3 run.py -

- You may need to install python-dev package on Linux before running these commands. + cmake CMakeLists.txt
+ make +

On Windows:

- pip install -r requirements.txt
- python run.py + cmake CMakeLists.txt
+ msbuild PodrumR3.sln

Have a great time using Podrum!