https://github.com/zevaverbach/bank
https://github.com/zevaverbach/bank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevaverbach/bank
- Owner: zevaverbach
- Created: 2020-10-12T23:42:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T00:11:25.000Z (over 5 years ago)
- Last Synced: 2025-11-21T20:11:32.174Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prereqs
Python 3.5 or higher.
# Installation
`$ python -m venv .venv; source .venv/bin/activate; python -m pip install -r requirements.txt`
# Run The Tests
`$ python -m pytest`