Installation ############ For Python beginners ==================== Follow these instructions step by step: .. toctree:: :numbered: :maxdepth: 1 python phenopype text spyder For advanced users ================== Create a new Python (3.9) environment with :code:`conda` or :code:`mamba`: .. code-block:: bash mamba create -n python=3.9 # == chosen name, e.g. "pp-env" Install phenopype with :code:`pip install phenopype`. .. code-block:: bash mamba activate pip install phenopype To work interactively, I strongly recommend to use `VScode `_ or `Spyder `_.