2.2 Installing Draco

After installing the software from the previous section we are now ready to install Draco. Because Draco uses distutils, this is very easy:

$ cd Draco-0.99.x
$ python setup.py build
$ python setup.py install

The setup.py script has a few options that you might want to specify, in particular the bindir and datadir parameters. You can change these settings by editing the first few lines of the setup.py script.