Installation¶
Install using PyPI¶
prismatools is available on PyPI. To install prismatools, run this command in your terminal:
1 |
|
This is the preferred method to install prismatools, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
Install from conda-forge¶
prismatools is also available on conda-forge. If you have Anaconda or Miniconda installed on your computer, you can install prismatools using the following command:
1 |
|
Alternatively, you can create a new conda environment and install prismatools in the new environment. This is a good practice because it avoids potential conflicts with other packages installed in your base environment.
1 2 3 4 |
|
Install from GitHub¶
To install the development version from GitHub using Git, run the following command in your terminal:
1 |
|