Skip to content

Commit

Permalink
Fix the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpozo committed Aug 30, 2024
1 parent 7360633 commit 2aa19cc
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions contact-book-python-textual/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
# RP Contacts
# Build a Contact Book App With Python, Textual, and SQLite

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

## Installation

1. Create a Python virtual environment

```sh
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
```

2. Install the project's requirements

```sh
(venv) $ python -m pip install -r requirements.txt
```

## Run the Project

```sh
(venv) $ python -m rpcontacts
```

## About the Author

Real Python - Email: [email protected]

## License

Distributed under the MIT license. See `LICENSE` for more information.
This folder provides the code examples for the Real Python tutorial [Build a Contact Book App With Python, Textual, and SQLite](https://realpython.com/contact-book-python-textual/).

0 comments on commit 2aa19cc

Please sign in to comment.