Skip to content

Commit

Permalink
Docs: tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeigurevich committed Nov 11, 2016
1 parent cc5f1bc commit fcb44f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ <h2>1. Installation</h2>
./setup.py install_full
</pre>
</p>
The default installation location is <code>/usr/local/bin/</code> for the executable scripts, and <code>/usr/local/lib/</code> for the python modules and auxiliary files. If you are getting a permission error during the installation, consider creating a virtual python environment and <a href="http://docs.python-guide.org/en/latest/dev/virtualenvs/">install into it</a>. Alternatively, you may use old-style installation scripts (<code>./install.sh</code> or <code>./install_full.sh</code>), which build QUAST package inplace.
The default installation location is <code>/usr/local/bin/</code> for the executable scripts, and <code>/usr/local/lib/</code> for the python modules and auxiliary files.
If you are getting a permission error during the installation, consider running <code>setup.py</code> with <code>sudo</code>,
or creating a virtual python environment and <a href="http://docs.python-guide.org/en/latest/dev/virtualenvs/">install into it</a>.
Alternatively, you may use old-style installation scripts (<code>./install.sh</code> or <code>./install_full.sh</code>), which build QUAST package inplace.
</p>

<a name="sec2"></a>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def find_package_files(dirpath, package=quast_package):
----------------------------------------------
QUAST version %s installation complete.
%sPlease run ./setup.py --test to verify installation.
%sPlease run ./setup.py test to verify installation.
For help in running QUAST, please see the documentation available
at quast.sf.net/manual.html, or run quast.py --help
Expand All @@ -277,7 +277,7 @@ def find_package_files(dirpath, package=quast_package):
sequence detection in MetaQUAST, and structural variant detection
for misassembly events refinement.
%sPlease run ./setup.py --test to verify installation.
%sPlease run ./setup.py test to verify installation.
For help in running QUAST, please see the documentation available
at quast.sf.net/manual.html, or run quast.py --help
Expand Down

0 comments on commit fcb44f1

Please sign in to comment.