-
Notifications
You must be signed in to change notification settings - Fork 13
Python 3 test period
giadarol edited this page Nov 27, 2019
·
27 revisions
This page describes how to download and install the Python 3 version in the test period Dec 2019 - Jan 2020. After this test period the Python 3 version will become the default and the only one to be maintained.
source ~/miniconda3/bin/activate
git clone https://github.com/pycomplete/PyECLOUD
git clone https://github.com/pycomplete/PyPIC
git clone https://github.com/pycomplete/PyKLU
cd PyECLOUD
git checkout v8.2.0_python3
cd ..
cd PyPIC
git checkout v2.4.4_python3
cd ..
PyKLU is natively compatible with Python 3
cd PyECLOUD
./setup_pyecloud
cd ..
cd PyPIC
make
cd ..
cd PyKLU
./install
cd ..