Skip to content

Commit c001fff

Browse files
committed
document nix and add other pkgs
1 parent 373d339 commit c001fff

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ source .env/bin/activate
101101
pip3 install maturin pyperf pytest
102102
```
103103

104+
Or you can use NIX to drop you into a shell with everything installed
105+
106+
```
107+
nix-shell
108+
```
109+
104110
Build the development version and use it:
105111

106112
```

shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
python39
66
python39Packages.pip
77
python39Packages.virtualenv
8+
python39Packages.pytest
9+
python39Packages.pyperf
810
maturin
911
]);
1012
runScript = "bash";

0 commit comments

Comments
 (0)