Skip to content

Commit

Permalink
updated note for macOS users
Browse files Browse the repository at this point in the history
  • Loading branch information
renskiy committed Apr 25, 2020
1 parent bae5852 commit 1e4e3c5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,11 @@ Install
Note for macOS users
--------------------

Because of Python 2 on macOS marked as system component you can't upgrade its modules which are trying to be upgraded during the Fabricio install (e.g. ``six`` and ``setuptools``). Instead, you can try to install last version of Python 2 using `Homebrew`_:
Just use latest version of Python instead of one installed by default. The easiest way to install fresh version of Python is using `Homebrew`_:

.. code:: bash
brew install python2
and then:

.. code:: bash
pip2 install fabricio
brew install python
.. _Homebrew: https://brew.sh

Expand Down

0 comments on commit 1e4e3c5

Please sign in to comment.