RP Contacts is a contact book application built with Python and Textual.
- Create a Python virtual environment
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
- Install the requirements
(venv) $ python -m pip install -r requirements.txt
(venv) $ python -m pip install -e .
(venv) $ rpcontacts
Real Python - Email: office@realpython.com
Distributed under the MIT license. See LICENSE
for more information.