Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 814 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 814 Bytes

By Jimnah Magira.

Installation

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

Configuration

No further installment necessary: Open file.csv to view changes in db

Known Issues

If you discover any bugs, feel free to create an issue on GitHub fork and send us a pull request.

Authors

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request