Skip to content

Commit

Permalink
Fixed instructions on running the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Mar 30, 2024
1 parent 6ff43e4 commit 7153730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ If you find any problems with the code or have any ideas on improving it, please

## Running the code

Before running the project, follow the [Setup instructions](https://program.ml.school/setup.html). After that, you can test the code by running the following command:
Before running the project, follow the setup instructions that are part of the program's materials. After that, you can test the notebook by running the following command:

```
$ nbdev_test --path program/cohort.ipynb
```

This will run the notebook and make sure everything runs. If you have any problems, it's likely there's a configuration issue in your setup.
This will execute the notebook and make sure everything runs.

0 comments on commit 7153730

Please sign in to comment.