Installation and Setup

Easy Install

To install using pip:

$ pip install logics

Cloning From the Repo

If you wish to collaborate with this project, you can clone the GitHub repository:

$ git clone https://github.com/ariroffe/logics.git

Before installing the dependencies, make sure to create and activate a virtual environment (this is one way to do that). After that, you can install all dependencies by running:

$ pip install -r requirements.txt

After pip is done installing, you can check that everything is working properly by running the test suite:

$ python -m unittest discover