pnnl / PTMPSI

Other
14 stars 4 forks source link

Install files #7

Closed kimdn closed 1 year ago

kimdn commented 1 year ago

@dmejiar

I saw

python -m venv ptmpsi
source ptmpsi/bin/activate
pip install --upgrade pip

git clone https://github.com/pnnl/PTMPSI.git
cd PTMPSI
pip install -e .

However, I can't find ptmpsi/bin/activate

git clone https://github.com/pnnl/PTMPSI.git worked well though.

kimdn commented 1 year ago

Instead of using venv, using local conda environment and activating that new local conda environment worked well as Screenshot 2023-11-28 at 1 16 39 PM

It appears that source <env name>/bin/activate is just a common venv (virtual environment) command.