File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,17 @@ You will need:
189
189
1 . Ensure that you can execute both Python and Groovy from within the
190
190
Git-Bash shell (i.e. ` python --version ` and ` groovy --version ` work)
191
191
1 . From the pipelines project root enter your Conda environment
192
- with something like ` source activate my-conda-env `
192
+ with something like ` source activate my-conda-env ` . To run the
193
+ pipelines tests your environment must contain the rdkit package. It
194
+ can be installed with this command from within Conda...
195
+
196
+ $ conda install -c rdkit rdkit
197
+
198
+ 1 . Install additional modules required by ` pipelines-utils ` but
199
+ using its requirements file (which can be found in the ` pipelines-utils `
200
+ sub-project): -
201
+
202
+ $ pip install -r requirements.txt
193
203
194
204
With the above steps complete you should be able to execute the pipelines
195
205
tester by navigating to the sub-module in your pipelines project: -
You can’t perform that action at this time.
0 commit comments