diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/getting-started.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index d94e656b..29d01c31 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -30,8 +30,8 @@ to check spelling in the documentation. You are now ready to run the tests and build the documentation. -OpenSSL on OS X -~~~~~~~~~~~~~~~ +OpenSSL on macOS +~~~~~~~~~~~~~~~~ You must have installed `OpenSSL`_ via `Homebrew`_ or `MacPorts`_ and must set ``CFLAGS`` and ``LDFLAGS`` environment variables before installing the @@ -41,8 +41,8 @@ For example, with `Homebrew`_: .. code-block:: console - $ env LDFLAGS="-L$(brew --prefix openssl)/lib" \ - CFLAGS="-I$(brew --prefix openssl)/include" \ + $ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" \ + CFLAGS="-I$(brew --prefix openssl@1.1)/include" \ pip install --requirement ./dev-requirements.txt Alternatively for a static build you can specify |