mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-05-12 07:25:36 +02:00
621 B
621 B
Installation
Open a terminal or Anaconda Prompt with access to `conda', and follow these steps to set up the environment for the Flagging App:
-
Update Conda:
conda update conda --yes -
Create a New Conda Environment:
conda create -n flaggingapp_env python=3.10 jupyter h5py numpy pandas scipy pyyaml plotly dash --yes -
Activate the Environment:
conda activate flaggingapp_env -
Install Jupyter Kernel:
python -m ipykernel install --user --name flaggingapp_env --display-name "Python (flaggingapp_env)" -
Install Additional Package:
pip install igor2