HyperThought Data/MetaData Uploading program
Best practice would be to create a virtual environment for python.
conda create -n easybake python=3.8
conda env create -f environment.yml
That will create a conda virtual environment called MetaForge using conda installed dependencies
Best practice would be to create a virtual environment for python.
conda create -n easybake python=3.8
conda activate easybake
conda install -r Requirements.txt
- git clone into the directory.
git clone https://www.github.com/bluequartzsoftware/EasyBake
- Open up terminal and execute (if you already have not installed the dependencies from above)
pip install PySide2 tqdm requests
From a command prompt within the EasyBake directory (shown using an Anaconda prompt on a Unix Terminal)
(easybake) [[email protected]:EasyBake]% python MetaForge.py