We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337beaf commit ce47706Copy full SHA for ce47706
1 file changed
README.md
@@ -70,6 +70,12 @@ conda activate test_mop
70
cp test/config_autots_run_xtb_test.json .
71
python run_autots.py aldol_rxn.xyz -cfg config_autots_run_xtb_test.json
72
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
79
```
80
81
## Required Modules
0 commit comments