We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a3ae2 commit 7613770Copy full SHA for 7613770
1 file changed
Basic/PIPIntroduction.md
@@ -59,6 +59,7 @@ Example
59
60
### How to create requirement.txt file using pip
61
- Save all the packages in the file with
62
+
63
Example:
64
```python
65
>pip freeze >requirements.txt
@@ -68,6 +69,7 @@ So before creating any project first create an environment and run above command
68
69
70
### Install project dependencies using requirements.txt
71
- first, go to the folder where **requirements.txt** file is placed and type the following command in terminal
72
73
74
75
>pip install -r requirements.txt
0 commit comments