Spaces:
Sleeping
Sleeping
nonsodev commited on
Commit ·
a6e63ea
1
Parent(s): 74a2922
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,15 +20,15 @@ Simply describe what you're looking for, select your preferred category and emot
|
|
| 20 |
|
| 21 |
### Prerequisites
|
| 22 |
|
| 23 |
-
- Python 3.
|
| 24 |
- pip package manager
|
| 25 |
|
| 26 |
### Setup
|
| 27 |
|
| 28 |
1. **Clone the repository**
|
| 29 |
```bash
|
| 30 |
-
git clone
|
| 31 |
-
cd book-recommender
|
| 32 |
```
|
| 33 |
|
| 34 |
2. **Install dependencies**
|
|
|
|
| 20 |
|
| 21 |
### Prerequisites
|
| 22 |
|
| 23 |
+
- Python 3.10+
|
| 24 |
- pip package manager
|
| 25 |
|
| 26 |
### Setup
|
| 27 |
|
| 28 |
1. **Clone the repository**
|
| 29 |
```bash
|
| 30 |
+
git clone https://github.com/nonsodev/semantic-book-recommender.git)
|
| 31 |
+
cd semantic-book-recommender
|
| 32 |
```
|
| 33 |
|
| 34 |
2. **Install dependencies**
|