Skip to content

Commit 453cd63

Browse files
Update README.md
1 parent 993dd06 commit 453cd63

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ Clone the repository and install the requirements:
66
```bash
77
git clone https://github.com/pythonlessons/mltu.git
88
```
9+
cd into the repository
10+
```bash
11+
cd mltu
12+
```
13+
Install the requirements:
14+
```bash
15+
pip install -r requirements.txt
16+
```
17+
18+
Install the mltu package
919
```bash
1020
pip install .
1121
```
1222

1323
# Tutorials and Examples:
14-
...
24+
...

0 commit comments

Comments
 (0)