Skip to content

Commit 2aa19cc

Browse files
committed
Fix the README.md
1 parent 7360633 commit 2aa19cc

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed
Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
# RP Contacts
1+
# Build a Contact Book App With Python, Textual, and SQLite
22

3-
**RP Contacts** is a contact book application built with Python, Textual, and SQLite.
4-
5-
## Installation
6-
7-
1. Create a Python virtual environment
8-
9-
```sh
10-
$ python -m venv ./venv
11-
$ source venv/bin/activate
12-
(venv) $
13-
```
14-
15-
2. Install the project's requirements
16-
17-
```sh
18-
(venv) $ python -m pip install -r requirements.txt
19-
```
20-
21-
## Run the Project
22-
23-
```sh
24-
(venv) $ python -m rpcontacts
25-
```
26-
27-
## About the Author
28-
29-
Real Python - Email: [email protected]
30-
31-
## License
32-
33-
Distributed under the MIT license. See `LICENSE` for more information.
3+
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 commit comments

Comments
 (0)