From adc6e5b743e0341ffbced0275766e1d587ee8854 Mon Sep 17 00:00:00 2001 From: au650680 Date: Thu, 5 Jun 2025 15:26:40 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7b6007e..0531a2f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ poetry install # installs all required python packages pylint src tests --rcfile=.pylintrc # runs linting checks poetry build # builds cp-sens package that can be published on pip -poetry run experiment_1 # run one experiment with real data ``` The `poetry build` will create a `.whl` file in the `dist/` directory, e.g., `dist/cp_sens-0.1.0-py3-none-any.whl`.