One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need to have a valid Python installation on your system. This has been tested with Python 3.6. It does not assume a particulay version of python, however, it makes no assertions of proper working, either on this version of Python, or on another.
The folloiwing installations are for *nix-like systems. These have been tried on macOS Sierra (Version 10.12.6) before.
- Clone the program to your computer.
- type
make firstRun. This should do the following 2.1. generate a virtual environment in folderenv2.2. install a number of packages 2.3. generate a newrequirements.txtfile 2.4. generate an initial git repository - change to the
srcfolder - run the command
make run. This should run the small test program - Generate your documentation folder by running
make doc. - Check whether all the tests pass with the command
make test. This uses py.test for running tests.
Add additional notes about how to deploy this on a live system
- Python 3.6
Please send in a pull request.
Sankha S. Mukherjee - Initial work (2018)
This project is licensed under the MIT License - see the LICENSE.txt file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc.