dosage/doc/install.txt
2014-01-24 22:53:35 +01:00

24 lines
410 B
Plaintext

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
```