Skip to content

Commit

Permalink
INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed May 22, 2018
1 parent b157d02 commit 12ae0ab
Showing 1 changed file with 16 additions and 27 deletions.
43 changes: 16 additions & 27 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
smop -- matlab to python compiler

Installation with easy_install
==============================

This is the preferred option, because easy_install takes care of
everything -- finding the dowinload site, and installing the dependences
(numpy and networkx). If you don't have easy_install, this is the
perfect time to install it. It is a part of setuptools package located
at http://pypi.python.org/pypi/setuptools.

$ easy_install smop

Binary Windows installer
========================

Download it from github then run it, but you must make sure you have
installed the dependences -- numpy and networkx.

Installation from sources
=========================

$ tar zxvf smop.tar.gz
$ cd smop
$ python setup.py install [--user]

If you use the --user option, don't forget to put
your .local/bin into the search path (unix only).

Installation from sources with pip
==================================

This is the preferred option, because pip takes
care of everything -- finding the dowinload
site, installing the dependences (numpy and
networkx), etc. If you don't have pip, this
is the perfect time to install it.

$ pip install smop --user
$ tar zxvf smop.tar.gz
$ cd smop
$ pip install . --user

If you use the --user option, don't forget to
put your .local/bin into the search path (unix only).

0 comments on commit 12ae0ab

Please sign in to comment.