diff --git a/README.md b/README.md index b3ae795198f96a7a1a71e2801ca83b0a910ea80c..7f1df16cf0bf1614b8cfee1f785dd94c636b9226 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ What it does ## How to run First, install dependencies -```python +```bash # clone project git clone https://github.com/YourGithubName/Your-project-name @@ -45,7 +45,7 @@ pip install -e . pip install requirements.txt ``` Next, navigate to [Your Main Contribution (MNIST here)] and run it. - ```python + ```bash # module folder cd research_seed/mnist/