Skip to content

Commit 7613770

Browse files
authored
Update PIPIntroduction.md
1 parent 97a3ae2 commit 7613770

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Basic/PIPIntroduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Example
5959

6060
### How to create requirement.txt file using pip
6161
- Save all the packages in the file with
62+
6263
Example:
6364
```python
6465
>pip freeze >requirements.txt
@@ -68,6 +69,7 @@ So before creating any project first create an environment and run above command
6869

6970
### Install project dependencies using requirements.txt 
7071
- first, go to the folder where **requirements.txt** file is placed and type the following command in terminal 
72+
7173
Example:
7274
```python
7375
>pip install -r requirements.txt

0 commit comments

Comments
 (0)