Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit d8995a1

Browse files
authoredDec 2, 2021
without -r can't install requirements
with pip install -r requirements.txt i have this error ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none) ERROR: No matching distribution found for requirements.txt to solve this I added the -r option -r, --requirement <file> Install from the given requirements file. This option can be used multiple times.
1 parent 2dbd273 commit d8995a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎projects/Todo_app/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# To run app
88
- Create virtual Environment
99
- Install requirements
10-
`pip install requirements.txt`
10+
`pip install -r requirements.txt`
1111
- run app
1212
`py app.py`

0 commit comments

Comments
 (0)
Failed to load comments.