Skip to content
Snippets Groups Projects
Commit 7a13e693 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Updated readme.

parent 0e1147cc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,26 @@ moose from this repository.
make
sudo make install
To uninstall moose, do the following in the same directory where you ran
To uninstall moose, run the following command in the same directory where you ran
previous `make install` command.
sudo make uninstall
# Installing using packages
## Ubuntu User
There is a [PPA here](https://launchpad.net/~bhallalab/+archive/ubuntu/moose).
You can use it on Ubuntu 12.04, 14.04, 14.10, and 15.04.
sudo -E add-apt-repository ppa:bhallalab/moose
sudo apt-get update
sudo apt-get install moose-python moose-gui
## Others
We are currently in process of building packages for other distribution. We are
using [Open Build Service](https://build.opensuse.org/package/show/home:moose/moose).
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment