Skip to content

Latest commit

 

History

History
 
 

source_code_step_2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.