Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 542 Bytes

File metadata and controls

executable file
·
34 lines (22 loc) · 542 Bytes

RP Contacts

RP Contacts is a contact book application built with Python and Textual.

Installation

  1. Create a Python virtual environment
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
  1. Install the requirements
(venv) $ python -m pip install -r requirements.txt

Run the Project

(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.