Skip to content

Commit 416919d

Browse files
muffatoens-bwalts
authored andcommitted
Updated the Python documentation
1 parent 93fd66c commit 416919d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/quickstart/install.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)