If you don’t have Python yet and want the simplest way to get started, we recommend you use the Anaconda Distribution - it includes Python, NumPy, and some of the other necessary packages to successfully install and run the software.
AMSIMP can be installed with conda
, or with pip
. For more detailed instructions, consult our Python and AMSIMP installation guide below.
Before installation via this particular method, TensorFlow needs to be installed through the Python Package Index (PyPI) using the following command:
pip install tensorflow
AMSIMP is distributed on Anaconda Cloud and can be installed using conda:
conda install -c amsimp amsimp
If you run into any issues, you can either create an issue on GitHub or contact us by email.
If you use pip
, you can install it with:
pip install amsimp
Installing and managing packages in Python is complicated, there are a number of alternative solutions for most tasks. This guide tries to give the reader a sense of the best (or most popular) solutions, and give clear recommendations.
On all of Windows, macOS, and Linux:
For users who know, from personal preference, they prefer a pip/PyPI-based solution, we recommend:
Further information about the required dependencies can be found here: