From 15ce734083a25469bbb7fbf440d3d2ca8c341a6a 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 | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.rst b/README.rst index 031da9e7..fc32bff3 100644 --- a/README.rst +++ b/README.rst @@ -60,9 +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! + + uv lock rigorous install on ``nixos`` using ``poetry2nix`` @@ -75,28 +76,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