Skip to content

Commit

Permalink
updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed May 27, 2017
1 parent c0849ee commit aa67412
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions docs/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,22 @@ Compilation and installation

This is the hard way. Make your git project muesr directory, move into it and use ::

git clone https://github.com/bonfus/muesr.git
git clone https://github.com/bonfus/muesr.git
cd muesr

In order to compile the python extension you also need the build tools appropriate
for your system (gcc on Linux, XCode on OS X, Visual Studio or gcc on Windows).

If you have all the prerequisites and you are in the muesr directory, type::
If you have all the prerequisites and you are in the muesr directory, type
(you'll probably need to be superuser) ::

make clean
make all
make install

If you do not want to compile, you can use instead the following `wheels: <https://packaging.python.org/wheel_egg/>`_

Direct installation
-------------------
Use the python way of installing the package. First, `download it <https://github.com/bonfus/muesr/archive/master.zip>`_ and unzip. Move to the muesr directory and simply type ::
pip install -r requirements.txt

python setup.py test
python setup.py install
and finally run ::

You can also use pip ::
python setup.py install

pip install muesr-0.1.tar.gz

(you'll probably need to be superuser)

Installation in virtualenv
--------------------------
Expand Down

0 comments on commit aa67412

Please sign in to comment.