π© InstallationΒΆ
At the command line:
pip install redflag
Or, if you use Conda environments:
conda install -c conda-forge redflag
You can add the conda-forge channel as a source for future installations like so:
conda config --add channels conda-forge
conda config --set channel_priority strict
Optional dependenciesΒΆ
For developers, there is an option to install dev dependencies: pip install "redflag[dev]" to install all testing and documentation packages.
If you want to help develop redflag, please read Development.