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