Skip to content

Commit 867a9d3

Browse files
authored
Merge pull request #193 from FanwangM/README
Update installation instruction
2 parents bcb6dfa + 3f5f7e6 commit 867a9d3

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)