PyPSSE Set up
Hi, sorry for the basic question...I cloned PyPSSE from github, as per these instructions:
-Clone this repository
-Open up a Anaconda command prompt and execute command set CONDA_FORCE_32BIT=1.
-Create a virtual environment by executing conda create -n python=3.7 in anaconda prompt
-Activate environment by executing conda activate
-From the cloned PyPSSE directory execute command python install -e. to install PyPSSE in the same environment
The last step is not working...could someone break it down please? After I change directory (while in the conda env I created) and type: python install -e. I get: python: can't open file 'install': [Errno 2] No such file or directory with pip install -e. I get: ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode
there is not 'set up file' in the cloned evn.
Thanks!