Skip to content
Snippets Groups Projects
Unverified Commit 746ed35d authored by Karanbir Chahal's avatar Karanbir Chahal Committed by GitHub
Browse files

Fix typo with setup requirements.txt

parent 9506b577
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ git clone https://github.com/YourGithubName/Your-project-name ...@@ -42,7 +42,7 @@ git clone https://github.com/YourGithubName/Your-project-name
# install project # install project
cd Your-project-name cd Your-project-name
pip install -e . pip install -e .
pip install requirements.txt pip install -r requirements.txt
``` ```
Next, navigate to [Your Main Contribution (MNIST here)] and run it. Next, navigate to [Your Main Contribution (MNIST here)] and run it.
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment