dosage/doc/install.txt

24 lines
410 B
Plaintext
Raw Normal View History

2014-01-24 21:53:35 +00:00
Installation
-------------
The easy way with pip:
```shell
pip install dosage
```
You can invoke Dosage directly from the source code as
`./dosage`. Alternatively,
you can install Dosage using python distutils by invoking
setup.py in the root of the distribution. For example:
```shell
python setup.py install
```
or if you do not have root permissions:
```shell
python setup.py install --home=$HOME
```