Difference between revisions of "Pm4py: install"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 9: | Line 9: | ||
bash /tmp/Anaconda3-2023.09-0-Linux-x86_64.sh | bash /tmp/Anaconda3-2023.09-0-Linux-x86_64.sh | ||
source ~/.bashrc | source ~/.bashrc | ||
− | |||
+ | ~/anaconda3/bin/conda config --set auto_activate_base false | ||
+ | ~/anaconda3/bin/conda update --all | ||
+ | |||
+ | sudo apt -y install python3-pip | ||
pip install pm4py | pip install pm4py | ||
− | |||
− | |||
− |
Revision as of 18:49, 4 November 2023
sudo apt update sudo apt -y install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 \ libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 graphviz \ python3-tk libblas-dev liblapack-dev libsuitesparse-dev gcc g++
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
bash /tmp/Anaconda3-2023.09-0-Linux-x86_64.sh source ~/.bashrc
~/anaconda3/bin/conda config --set auto_activate_base false ~/anaconda3/bin/conda update --all
sudo apt -y install python3-pip pip install pm4py