Building and Installation
Requirements:
- pip "The PyPA recommended tool for installing Python packages"
Build and install actsys from the source:
- Download and extract the source code.
- In the source code directory, go to
datastoredirectory, runsudo python setup.py sdist. This will produce adistdirectory which contains the filectrlsys_datastore-<version>-tar.gz. This file can be installed using the commandsudo pip install ctrlsys_datastore-<version>.tar.gz. - In the source code directory, go to ctrl directory, run
sudo python setup.py sdist. This will produce adistdirectory which contains the filectrl-<version>-tar.gz. This file can be installed using the commandsudo pip install ctrl-<version>.tar.gz.
Installation from an *.tar.gz file:
To install actys from a pre-built *.tar.gz, run the command sudo pip install <file>.tar.gz. You will need to first install the *.tar.gz of datastore, then install the *.tar.gz of ctrl.
Installation from source:
To install directly from the source code (skipping build steps) follow these steps:
- Download and extract the source code
- In the source code directory, go to datastore directory, run
sudo python setup.py install - In the source code directory, go to ctrl directory, run
sudo python setup.py install
Removing actsys
To remove actsys from your machine run sudo pip uninstall ctrl. You will need to remove your configuration file manually.