4. Installing Spyder (optional)#

phenopype behaves like most Python packages, and thus can be run from any Python shell. However, if you plan on using the tool in an interactive fashion, i.e., run single lines of code from your script rather than running an entire scripts, like R in RStudio, I highly recommend the installation of Spyder, a scientific programming environment for Python. Spyder is free, open-source, and maintained by an awesome community!

Spyder IDE

Install the latest version of Spyder with mamba:

mamba activate <NAME>                   # <NAME> == chosen name, e.g. "pp-env"
mamba install spyder

After successful installation, start Spyder to run your scripts:

spyder