Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install location for MacOS #370

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ Install them using `pip <https://pip.pypa.io/en/stable/>`_::

python3.7 -m pip install --user cr8

This will install ``cr8`` into ``~/.local/bin``. Either use
``~/.local/bin/cr8`` to launch it or add ``~/.local/bin`` to your ``$PATH``
On \*nix systems, this will install ``cr8`` into ``~/.local/bin``, and on
MacOS it will install it into ``~/Library/Python3/bin``. Either launch
using the full path, or add the relevant ``bin`` directory to your ``$PATH``
environment variable.


Expand Down
Loading