Skip to content

Commit 7360633

Browse files
committed
Copy the README.md file to the root
1 parent 76bad38 commit 7360633

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# RP Contacts
2+
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.

0 commit comments

Comments
 (0)