By Jimnah Magira.
Run a virtual environment:
virtualenv venvRun the following command to install dependancies with pip:
pip install -r requirements.txtRun the main file:
python database_CRUD.pyNo 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