diff --git a/README.rst b/README.rst index 3eb080e65..bd027876b 100644 --- a/README.rst +++ b/README.rst @@ -26,13 +26,13 @@ If you don't want to install the C bindings, specify the --pure argument to setu or if you are installing from pip:: - $ pip install dulwich --global-option="--pure" + $ pip install --no-binary dulwich dulwich --config-settings "--build-option=--pure" -Note that you can also specify --global-option in a -`requirements.txt `_ +Note that you can also specify --build-option in a +`requirements.txt `_ file, e.g. like this:: - dulwich --global-option=--pure + dulwich --config-settings "--build-option=--pure" Getting started ---------------