Skip to content

Commit

Permalink
Minor change in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed May 25, 2020
1 parent d7e21bd commit 10d498a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Once Python is installed, FAST-OAD can be installed using pip.
You can install the latest version with this command:

``` {.bash}
$ pip install --upgrade FAST-OAD
$ pip install --upgrade fast-oad
```
4 changes: 2 additions & 2 deletions docs/documentation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Once Python is installed, FAST-OAD can be installed using pip.

**Note**: If your network uses a proxy, you may have to do `some settings <https://pip.pypa.io/en/stable/user_guide/#using-a-proxy-server>`_ for pip to work correctly

IpYou can install the latest version with this command:
You can install the latest version with this command:

.. code:: bash
$ pip install --upgrade FAST-OAD
$ pip install --upgrade fast-oad

0 comments on commit 10d498a

Please sign in to comment.