Difference between revisions of "Pm4py: install"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " gcc -v g++ -v dot -h apt-get install graphviz apt-get install python3-tk apt install libblas-dev apt install liblapack-dev apt install libsuitesparse-dev sudo apt -y...") |
Onnowpurbo (talk | contribs) |
||
Line 3: | Line 3: | ||
g++ -v | g++ -v | ||
dot -h | dot -h | ||
− | + | ||
− | + | 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 | |
− | |||
− | sudo apt -y install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 | ||
− | libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 | ||
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh | wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh |
Revision as of 17:16, 4 November 2023
gcc -v g++ -v dot -h
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
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
bash /tmp/Anaconda3-2023.03-Linux-x86_64.sh source ~/.bashrc conda update --all
pip install pm4py