Skip to content

Commit

Permalink
document nix and add other pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Feb 22, 2024
1 parent 373d339 commit c001fff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ source .env/bin/activate
pip3 install maturin pyperf pytest
```

Or you can use NIX to drop you into a shell with everything installed

```
nix-shell
```

Build the development version and use it:

```
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
python39
python39Packages.pip
python39Packages.virtualenv
python39Packages.pytest
python39Packages.pyperf
maturin
]);
runScript = "bash";
Expand Down

0 comments on commit c001fff

Please sign in to comment.