Update README.md

This commit is contained in:
Anthony Samms
2025-11-24 16:39:07 -05:00
parent 2ca072b2cf
commit 41a1d6b4cd

View File

@@ -77,37 +77,6 @@ Download the latest release for your operating system from the [releases page](h
- Try running the compiled `PyTaiko.bin` binary - Try running the compiled `PyTaiko.bin` binary
- If that doesn't work, fall back to running with Python (see [Building from Source](#building-from-source)) - If that doesn't work, fall back to running with Python (see [Building from Source](#building-from-source))
#### NixOS
Use the provided `shell.nix` environment:
```nix
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSEnv {
name = "PyTaiko-env";
targetPkgs = pkgs: (with pkgs; [
python3Full
gcc
libGL
uv
patchelf
portaudio
zlib
python312Packages.pyaudio
python312Packages.nuitka
python312Packages.numpy
alsa-lib
xorg.libX11 xorg.libxcb xorg.libXcomposite
xorg.libXdamage xorg.libXext xorg.libXfixes
xorg.libXrender xorg.libxshmfence xorg.libXtst
xorg.libXi
xorg.xcbutilkeysyms
]);
runScript = "bash";
}).env
```
Then run with Python as described in the Building from Source section.
## Building from Source ## Building from Source
### Prerequisites ### Prerequisites