- install dependencies, build ext_modules, and install to the system python folder
sudo apt-get install -y build-essential # optional step
sudo apt-get install -y python python3-dev fftw3-dev libblas3 liblapack3 libarmadillo-dev
pip install -r requirements.txt
sh clean.sh
sh build.sh
- Download FFTW3 and install it.
wget http://www.fftw.org/fftw-3.3.8.tar.gz
tar xvf fftw-3.3.8.tar.gz
cd fftw-3.3.8
./configure
make -j8
sudo make install
- install other dependencies using brew and pip.
xcode-select --install
brew install armadillo openblas lapack
pip install -r requirements.txt
- clean && build library
Please refer to Install_for_Google_Colab.ipynb
cd doc/install/
docker build -t aitom .
For using the deep learning functions based on GPU, we recommend to use CUDA version 10 and up, together with cudaNN