Skip to content

Commit 3f5f7e6

Browse files
committed
Update installation instruction
1 parent bcb6dfa commit 3f5f7e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ first, and then:
3030
conda create -n qcdevs python=3.10
3131
conda activate qcdevs
3232

33-
# Install the stable release.
34-
conda install -c theochem qc-selector
33+
# Install the stable release
34+
# current conda release is not ready yet
35+
# conda install -c theochem qc-selector
36+
37+
# install the development version
38+
pip install git+https://github.com/theochem/Selector.git
3539
```
3640

3741
To install `selector` with `pip`, you may want to create a

0 commit comments

Comments
 (0)