.. highlight:: shell ============ Installation ============ Stable release -------------- To install fouriercrop, run this command in your terminal: .. code-block:: console $ 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. .. _pip: https://pip.pypa.io .. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/