From 17c4512df62767384e4519ab21350e04f5ecc582 Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 3 Oct 2023 00:19:28 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 0c131f3..1a7501d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,13 +1,6 @@ # Proof Of Concept: Monotrail -This proof of concept shows how to use python packages without virtualenvs. It will install both python itself and your dependencies, given a `requirement.txt` or a `pyproject.toml`/`poetry.lock` in the directory. Download the binary from [release](https://github.com/konstin/poc-monotrail/releases/latest) or [main](https://konstin.github.io/poc-monotrail/) and put it in PATH (e.g. via `.local/bin`): - -```shell -curl -L https://github.com/konstin/poc-monotrail/releases/download/v0.1.0/monotrail-x86_64-unknown-linux-gnu.tar.gz | tar xz -C ~/.local/bin/ -``` - -or install with pipx/pipx (`pip install monotrail`): - +This proof of concept shows how to use python packages without virtualenvs. It will install both python itself and your dependencies, given a `requirement.txt` or a `pyproject.toml`/`poetry.lock` in the directory. User the installer from the [latest release](https://github.com/konstin/poc-monotrail/releases/latest), download a binary from [main](https://konstin.github.io/poc-monotrail/) and put it in PATH (e.g. via `.local/bin`) or install with pipx/pipx (`pip install monotrail`): ``` monotrail run python my_script.py