Selaa lähdekoodia

Add note about --global-option use in requirements.txt file.

Jelmer Vernooij 7 vuotta sitten
vanhempi
commit
2aebf3374e
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -28,6 +28,12 @@ or if you are installing from pip::
 
     $ pip install dulwich --global-option="--pure"
 
+Note that you can also specify --global-option in a
+[requirements.txt](https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers)
+file, e.g. like this::
+
+    dulwich --global-option=--pure
+
 Getting started
 ---------------