Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
malago86 committed Jul 7, 2021
1 parent 533fcf8 commit a24c207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Install the required python libraries:
Download `FEBio 2.x` from the [official website](https://febio.org/febio/febio-downloads/) as a standalone executable and add it to the path (replace `{{{routetofebio}}}` with the path to your FEBio installation on this line):

`export PATH="$PATH:/{{{routetofebio}}}/FEBio-2.9.1/bin"`
`export PATH="$PATH:{{{routetofebio}}}/FEBio-2.9.1/bin"`

> You can also add that line to your `.bashrc` file to make it permanent. Note the version number for FEBio on the path, it might be different.
Expand Down
7 changes: 4 additions & 3 deletions doc/started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ Install the required python libraries:

.. note:: You might need to use ``pip3`` instead of ``pip``.

Add the ``FEBio`` executable to the path (replace ``{{{routetofebio}}}``
with the path to your FEBio installation):
Download `FEBio 2.x` from the `official website <https://febio.org/febio/febio-downloads/>`
as a standalone executable and add it to the path (replace `{{{routetofebio}}}`
with the path to your FEBio installation on this line):

``export PATH="$PATH:/{{{routetofebio}}}/FEBio-2.9.1/bin"``
``export PATH="$PATH:{{{routetofebio}}}/FEBio-2.9.1/bin"``

.. note:: You can also add that line to your ``.bashrc`` file to make it
permanent. Note the version number for FEBio on the path, it might
Expand Down

0 comments on commit a24c207

Please sign in to comment.