Skip to content

Commit

Permalink
another small installation doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KristoforMaynard committed Apr 28, 2017
1 parent 6a3dc17 commit cc11510
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ An alternative to activating this environment for each session is to prepend you
Building / Installing Viscid
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Now you have two choices about how you want to use Viscid. If you intend to edit viscid to your own liking then I recommend using it inplace. Otherwise, it probably makes more sense to simply install viscid into your python distribution.
Now you have two choices about how you want to use Viscid. If you intend to edit viscid then I recommend using it inplace. Otherwise, it probably makes more sense to simply install viscid into your python distribution.

Choice 1 (installed)
^^^^^^^^^^^^^^^^^^^^
Expand All @@ -103,7 +103,8 @@ Choice 1 (installed)
cd Viscid
make
make install
make install # or, if you don't have write permission,
# try `make install INSTALL_ARGS='--user'`
to kick the tires, use

Expand All @@ -117,7 +118,7 @@ to pull updates from github in the future, use
git pull
make
make install # or, if you don't have write permissions,
make install # or, if you don't have write permission,
# try `make install INSTALL_ARGS='--user'`
Choice 2 (inplace)
Expand Down

0 comments on commit cc11510

Please sign in to comment.