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

Updated Installation process #340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 5 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ First make sure you have Python 3.6 or higher installed. You can download Python

<a href="https://www.python.org/downloads/" target="_blank">here</a>

check50 has a dependency on git, please make sure to |install_git| if git is not already installed.
check50 has a dependency on git and rustup, please make sure to |install_git| and |install_rustup| if not already installed.

.. |install_git| raw:: html

<a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git" target="_blank">install git</a>

.. |install_rustup| raw:: html

<a href="https://rustup.rs" target="_blank">install rustup</a>

To install check50 under Linux / OS X:

.. code-block:: bash
Expand Down