Hi,
I have had struggles to get it running in a conda environment because it did not allow me to install from the pipfile. What I did is this:
conda create -n openprotein
source activate openprotein
conda install pip
~/anaconda3/envs/openprotein/bin/pip install pipenv
~/anaconda3/envs/openprotein/bin/pipenv install
Perhaps provide a requirements file for conda environments?
Hi,
I have had struggles to get it running in a conda environment because it did not allow me to install from the pipfile. What I did is this:
conda create -n openproteinsource activate openproteinconda install pip~/anaconda3/envs/openprotein/bin/pip install pipenv~/anaconda3/envs/openprotein/bin/pipenv installPerhaps provide a requirements file for conda environments?