Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Jun 21, 2020
1 parent b89f5db commit da6f1d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/source/getting-started-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Next, install the command-line interface. Gigalixir has a web interface at https

.. code-block:: bash
pip3 install gigalixir --ignore-installed six --user
brew tap gigalixir/brew && brew install gigalixir
.. warning::

Expand All @@ -51,10 +51,6 @@ Next, install the command-line interface. Gigalixir has a web interface at https
To upgrade Xcode command-line tools, see https://stackoverflow.com/questions/52522565/git-is-not-working-after-macos-update-xcrun-error-invalid-active-developer-pa

.. note::

The reason we ignore six is because macOS has a pre-installed version of six that is incompatible. When pip tries to upgrade it, macOs won't let us. For more, see https://github.com/pypa/pip/issues/3165

.. group-tab:: Linux

.. code-block:: bash
Expand Down

0 comments on commit da6f1d9

Please sign in to comment.