Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
signaturizer
Commits
e55c0074
Commit
e55c0074
authored
Jul 01, 2020
by
Martino Bertoni
🌋
Browse files
conda enviroment setup
parent
46afd6de
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e55c0074
...
...
@@ -20,6 +20,17 @@ the original Chemical Checker
## Installation
The only strong dependency for this resource is
[
RDKit
](
https://www.rdkit.org/docs/Install.html
)
which can be installed in a local conda environment.
### Conda environment
```
bash
conda create
--no-default-packages
-n
sign
-y
python
conda activate sign
conda
install
-c
conda-forge
-y
rdkit
```
### from PyPI
...
...
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