Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramet committed Apr 23, 2024
1 parent ccf474c commit f74825f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <step_name>`.

## Some tips about pipenv
Expand Down

0 comments on commit f74825f

Please sign in to comment.