Skip to content
Snippets Groups Projects
requirements.txt 1.1 KiB
Newer Older
Jan Caron's avatar
Jan Caron committed
# REQUIREMENTS FOR PYRAMID
Jan Caron's avatar
Jan Caron committed
# Use "pip install -f requirements.txt" to install with pip!
# If you want to install basic dependencies according to setup.py use "pip install -e .['all']"!
#
# OR (recommended):
#
# Create environment with "conda create -n pyramid -f requirements.txt"!
# Add necessary channels:
#       - "conda-forge" --> hyperspy (win-32/64, linux-64, osx-64), pyFFTW (linux-64, osx-64)
#       - "ccpi" --> pyFFTW (win-64)
# with one of these options:
#       - add them as a parameter to "conda create -n pyramid -f requirements.txt -c CHANNELS"
#       - add them to ~/.condarc with "conda config --append channels CHANNEL" (one by one)
Jan Caron's avatar
Jan Caron committed
# The jutil package from "https://iffgit.fz-juelich.de/unger/jutil" has to be installed manually!

Jan Caron's avatar
Jan Caron committed
pytest==3.1