From 6c65ec4d3b10b8edb54478248b4ce37edc7d7959 Mon Sep 17 00:00:00 2001 From: Nelson Torres Date: Wed, 12 Feb 2025 12:58:08 -0300 Subject: [PATCH] Readme update: - uv replace poetry - update nix-shell command --- README.rst | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/README.rst b/README.rst index 031da9e7..a4c55040 100644 --- a/README.rst +++ b/README.rst @@ -60,14 +60,10 @@ building the best looking, most reliable, keyboard friendly trading platform is the dream; join the cause. -sane install with `poetry` +sane install with `uv` ************************** -TODO! - -rigorous install on ``nixos`` using ``poetry2nix`` -************************************************** -TODO! + uv lock hacky install on nixos @@ -75,28 +71,7 @@ hacky install on nixos `NixOS` is our core devs' distro of choice for which we offer a stringently defined development shell envoirment that can be loaded with:: - nix-shell develop.nix - -this will setup the required python environment to run piker, make sure to -run:: - - pip install -r requirements.txt -e . - -once after loading the shell - - -install wild-west style via `pip` -********************************* -``piker`` is currently under heavy pre-alpha development and as such -should be cloned from this repo and hacked on directly. - -for a development install:: - - git clone git@github.com:pikers/piker.git - cd piker - virtualenv env - source ./env/bin/activate - pip install -r requirements.txt -e . + nix-shell default.nix check out our charts