From f74825f9e0150946cecb7f3b5dd6d72e7ef92ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Ramet?= Date: Tue, 23 Apr 2024 14:13:19 +0200 Subject: [PATCH] update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a1e725..599a02d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ The python environment is managed with `pipenv`. You can set up your environment - Run `pipenv install --dev` to actually create a virtual environment and install the python packages. The flag `--dev` allows to install the development packages (for linting, ...). - Run `pipenv shell` to activate your python environment! - Run `pre-commit install` to install pre-commits and make sure visiumlint is run at every commit. -- Run `gcloud auth` to authenticate to your GCP account. - Finally run `dvc repro` to execute the complete pipeline! You can also execute a single step and its dependencies with `dvc repro `. ## Some tips about pipenv