Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 4, 2024
1 parent ab23edc commit f515139
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@ $ conda install metalearners -c conda-forge
The `metalearners` repository can be cloned as follows

```bash
$ git clone https://github.com/Quantco/metalearners.git
$ git clone https://github.com/Quantco/metalearners.git
```

The dependencies are managed via [pixi](https://pixi.sh/latest/). Please make sure to install `pixi` on
your system. Once pixi is installed, you can install and run the pre-commit hooks as follows:

```bash
$ pixi run pre-commit-install
$ pixi run pre-commit-run
$ pixi run pre-commit-install
$ pixi run pre-commit-run
```

You can run the tests as follows:

```bash
$ pixi run postinstall
$ pixi run pytest tests
$ pixi run postinstall
$ pixi run pytest tests
```

You can build the documentation locally by running

```bash
$ pixi run -e docs postinstall
$ pixi run -e docs docs
$ pixi run -e docs postinstall
$ pixi run -e docs docs
```

You can then inspect the locally built docs by opening `docs/_build/index.html`.
Expand Down

0 comments on commit f515139

Please sign in to comment.