Installation#
Stable release#
To install fouriercrop, run this command in your terminal:
$ conda create -n fouriercrop python=3.10.13 -y
$ conda activate fouriercrop
$ pip install -U fouriercrop
$ conda install -c conda-forge tk=*=xft_* -y
This is the preferred method to install fouriercrop, 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.