Skip to content

You misspelled requirements #1

@finitfrog-glitch

Description

@finitfrog-glitch

pip install -r requirements.txt
Is wrong

~ $ git clone https://github.com/Sefeshki/WAC.git
Cloning into 'WAC'...
remote: Enumerating objects: 23, done.
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 23 (delta 5), reused 0 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (23/23), 19.47 KiB | 4.87 MiB/s, done.
Resolving deltas: 100% (5/5), done.
~ $ cd WAC
~/WAC $ dir
README.md requrements.txt wac_cracker.py
pswrd.txt user.txt
~/WAC $ pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
~/WAC $ pip install -r requrments.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requrments.txt'
~/WAC $

That's the log for what I saw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions