Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pdbe
ccdutils
Commits
a4a32015
Commit
a4a32015
authored
Jul 20, 2020
by
Lukas Pravda
Browse files
change conda channel for rdkit install
parent
9dd02bfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/documentation.yml
.github/workflows/documentation.yml
+1
-1
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-1
README.md
README.md
+1
-1
No files found.
.github/workflows/documentation.yml
View file @
a4a32015
...
...
@@ -29,7 +29,7 @@ jobs:
uses
:
s-weigand/setup-conda@v1
with
:
activate-conda
:
true
conda-channels
:
rdkit
conda-channels
:
conda-forge
-
run
:
|
conda install rdkit
pip install -e .
...
...
.github/workflows/tests.yml
View file @
a4a32015
...
...
@@ -31,7 +31,7 @@ jobs:
uses
:
s-weigand/setup-conda@v1
with
:
activate-conda
:
true
conda-channels
:
rdkit
conda-channels
:
conda-forge
-
run
:
|
conda install rdkit
pip install -e .
...
...
README.md
View file @
a4a32015
...
...
@@ -20,7 +20,7 @@
For linux/mac OS this is most easily done using the anaconda python with commands similar to:
```
console
conda create -c
rdkit
-n rdkit-env rdkit python=3.7
conda create -c
conda-forge
-n rdkit-env rdkit python=3.7
conda activate rdkit-env
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment