Skip to content

Commit

Permalink
Revised install txt pointing to website tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 10, 2019
1 parent 749eeb4 commit 1399cc1
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions INSTALL.txt
@@ -1,38 +1 @@
On Linux:

Just install Python 3 and Pip (for example through "apt-get install python3 python3-pip")
and run the following command:

pip3 install -r requirements.txt

If the previous command is not working, but Python 3 is correctly installed, then try with the following command:

pip install -r requirements.txt

----------------------------------------------------------------------------

Linux (Docker):

There is a provided Dockerfile.

To build the image give the command

docker build -t docker-pm4py .

To run the bash on the docker container give the command

docker run -it docker-pm4py bash

The PM4Py environment is located inside /app

----------------------------------------------------------------------------

On Windows:

Install Visual Studio 2017 Community Edition by downloading from the following link:
https://visualstudio.microsoft.com/de/thank-you-downloading-visual-studio/?sku=Community&rel=15
Include all C++ development part (it may result in a big, 6 gigabytes, download)

Then, install Miniconda 3.6 64-bit https://conda.io/miniconda.html and run the following command

<path where Miniconda is installed>\Scripts\pip.exe install -r requirements.txt
For platform-specific installation tutorials, follow on http://pm4py.pads.rwth-aachen.de/installation/

0 comments on commit 1399cc1

Please sign in to comment.