You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-3
Original file line number
Diff line number
Diff line change
@@ -138,11 +138,21 @@ for result in sparql.query().bindings:
138
138
139
139
The source distribution contains:
140
140
141
-
*`SPARQLWrapper`: the Python library. You should copy the directory somewhere into your `PYTHONPATH`. Alternatively, you can also run the distutils scripts:
142
-
143
-
python setup.py install
141
+
*`SPARQLWrapper`: the Python library. You should copy the directory somewhere into your `PYTHONPATH`.
142
+
Alternatively, you can also run the distutils scripts:
143
+
```
144
+
python setup.py install
145
+
```
144
146
145
147
*`test`: some unit and integrations tests
148
+
149
+
In order to run the tests some packages have to be installed before.
150
+
So please install the packages in `requirements.development.txt` in addition:
151
+
```bash
152
+
pip install -r requirements.development.txt
153
+
```
154
+
155
+
146
156
147
157
*`script`: some scripts to run the library against some SPARQL endpoints.
0 commit comments