Procházet zdrojové kódy

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

Jelmer Vernooij před 7 roky
rodič
revize
2aebf3374e
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  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
 ---------------