By Jimnah Magira.
Run a virtual environment:
virtualenv venv
Run the following command to install dependancies with pip:
pip install -r requirements.txt
Run the main file:
python database_CRUD.py
No further installment necessary: Open file.csv to view changes in db
If you discover any bugs, feel free to create an issue on GitHub fork and send us a pull request.
- Jimnah Magira (https://github.com/jimnahmagira/)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request