Difference between revisions of "Pm4py: install"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 8: | Line 8: | ||
  python3-tk libblas-dev liblapack-dev libsuitesparse-dev  |   python3-tk libblas-dev liblapack-dev libsuitesparse-dev  | ||
| − |   wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.  | + |   wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh  | 
| − |   bash /tmp/Anaconda3-2023.  | + |   bash /tmp/Anaconda3-2023.09-0-Linux-x86_64.sh  | 
  source ~/.bashrc  |   source ~/.bashrc  | ||
  conda update --all  |   conda update --all  | ||
  pip install pm4py  |   pip install pm4py  | ||
Revision as of 17:17, 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.09-0-Linux-x86_64.sh
bash /tmp/Anaconda3-2023.09-0-Linux-x86_64.sh source ~/.bashrc conda update --all
pip install pm4py