File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,20 @@ version of Python or Java will need to be installed on your system:
112112 Python 3 is required. It is known to work with Python 3.5.1 or later, earlier
113113 Python versions may work but have not been tested.
114114
115- You can include the wrapper library in your virtualenv with command below:
115+ Like in Perl, no further configuration is needed for custom Python
116+ Runnables to be able to see eHive's modules at runtime.
117+ If you are developing the code, you may still want to make eHive's
118+ modules visible:
116119
117- ::
120+ ::
121+ pip install -e /path/to/ensembl-hive/
118122
119- pip install -e git+https://github.com/Ensembl/ensembl-hive.git#egg=ensembl-hive
123+ In a separate project where you don't have an ensembl-hive checkout,
124+ you can ask ``pip `` to download it from GitHub:
125+
126+ ::
120127
128+ pip install -e git+https://github.com/Ensembl/ensembl-hive.git#egg=ensembl-hive
121129
122130- *Java: *
123131
You can’t perform that action at this time.
0 commit comments