Skip to content

Commit

Permalink
Updated installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangycbnu committed Jul 28, 2022
1 parent 5428ed3 commit 19121ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You only need to do **any one** of the following options to install the FUGAsseM
**Option 2: Installing with pip**

* `$ pip install fugassem`
* If you do not have write permissions to `/usr/lib/`, then add the option --user to the install command. This will install the python package into subdirectories of `~/.local/`. Please note when using the --user install option on some platforms, you might need to add `~/.local/bin/` to your $PATH as it might not be included by default. You will know if it needs to be added if you see the following message `metawibele: command not found` when trying to run MetaWIBELE after installing with the --user option.
* If you do not have write permissions to `/usr/lib/`, then add the option --user to the install command. This will install the python package into subdirectories of `~/.local/`. Please note when using the --user install option on some platforms, you might need to add `~/.local/bin/` to your $PATH as it might not be included by default. You will know if it needs to be added if you see the following message `fugassem: command not found` when trying to run FUGAsseM after installing with the --user option.

**Option 3: Installing from source**

Expand All @@ -108,7 +108,7 @@ You only need to do **any one** of the following options to install the FUGAsseM

3. Install FUGAsseM package
* `$ python setup.py install`
* If you do not have write permissions to '/usr/lib/', then add the option --user to the install command. This will install the python package into subdirectories of '\~/.local'. Please note when using the '--user' install option on some platforms, you might need to add '\~/.local/bin/' to your $PATH as it might not be included by default. You will know if it needs to be added if you see the following message `fugassem: command not found` when trying to run MetaWIBELE after installing with the '--user' option.
* If you do not have write permissions to '/usr/lib/', then add the option --user to the install command. This will install the python package into subdirectories of '\~/.local'. Please note when using the '--user' install option on some platforms, you might need to add '\~/.local/bin/' to your $PATH as it might not be included by default. You will know if it needs to be added if you see the following message `fugassem: command not found` when trying to run FUGAsseM after installing with the '--user' option.


## How to run
Expand Down

0 comments on commit 19121ba

Please sign in to comment.