Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ginfung committed Jan 14, 2017
1 parent 51088a0 commit f5b467a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ Installation

At the command line::

$ pip install git+git://github.com/Ginfung/LACE
$ pip install git+git://github.com/Ginfung/LACE

As a kind reminder, the package may be install into some other folder which is not included in PYTHONPATH, such as /usr/local/lib/python2.7/site-packages/ . Python can only recongnize the packages in PYTHONPATH or the current working directory. If you come across this situation, please check http://stackoverflow.com/questions/12311085/how-to-permanently-append-a-directory-to-pythonpath .

If you don't know where LACE is installed, just run "pip uninstall lace" . You will get the answer.

0 comments on commit f5b467a

Please sign in to comment.