Installation¶
CREDTOOLS requires Python 3.9 or higher. The base installation includes all dependencies needed for fine-mapping analysis.
Basic Installation¶
To install the base CREDTOOLS package, run this command in your terminal:
This is the preferred method to install CREDTOOLS, as it will always install the most recent stable release.
Development Installation¶
For development, you may want to install CREDTOOLS in "editable" mode:
Check that CREDTOOLS is installed correctly:
Conda Installation¶
You can also install CREDTOOLS using conda:
Source¶
The source for CREDTOOLS can be downloaded from the Github repo.
You can either clone the public repository:
Or download the tarball:
Once you have a copy of the source, you can install it with:
Troubleshooting¶
If you encounter any issues during installation, please check:
- Python version (3.9+ required)
- pip is up to date
- You have write permissions for the installation directory