Skip to content

Commit

Permalink
Merge pull request #61 from yamikaitou/patch-1
Browse files Browse the repository at this point in the history
Typo in Linux install guide
  • Loading branch information
Kowlin authored Jun 1, 2021
2 parents 3a79929 + 62f1269 commit bc5a71e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mac_linux_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Using pyenv virtualenv
1. Open a terminal.
2. Type ``pyenv virtualenv redashenv`` to create a virtual environment.
3. Enter your environment with ``pyenv shell redashenv``.
4. Type ``python -m pip install -u setuptools wheel``.
4. Type ``python -m pip install -U setuptools wheel``.
5. Type ``python -m pip install Red-Dashboard`` and let it install.

*You can continue to* `Installing the cog <cog_installation>` *or* `Automatic Startup <systemctl_startup>`.
Expand All @@ -52,7 +52,7 @@ Using venv
2. Type ``python3.8 -m venv ~/redashenv``\ to create a virtual
environment.
3. Enter your environment with ``source ~/redashenv/bin/activate``.
4. Type ``python -m pip install -u setuptools wheel``.
4. Type ``python -m pip install -U setuptools wheel``.
5. Type ``python -m pip install Red-Dashboard`` and let it install.

*You can continue to* `Installing the cog <cog_installation>` *or* `Automatic Startup <systemctl_startup>`.
*You can continue to* `Installing the cog <cog_installation>` *or* `Automatic Startup <systemctl_startup>`.

0 comments on commit bc5a71e

Please sign in to comment.