Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit d8995a1

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /