Skip to content

Commit ce47706

Browse files
authored
Add pip installation instructions for Linux
Added installation instructions via pip for Linux.
1 parent 337beaf commit ce47706

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ conda activate test_mop
7070
cp test/config_autots_run_xtb_test.json .
7171
python run_autots.py aldol_rxn.xyz -cfg config_autots_run_xtb_test.json
7272
73+
# Installation via pip (Linux)
74+
conda create -n <env-name> python=3.12 pip
75+
conda activate <env-name>
76+
pip install git+https://github.com/ss0832/MultiOptPy.git@v1.20.2
77+
78+
7379
```
7480

7581
## Required Modules

0 commit comments

Comments
 (0)