Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyrasocha authored Jun 8, 2022
1 parent 36edf0c commit e3f6acf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion time-series-forecast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ In this repository I showcase how to:

## 🐍 Python Requirements

Python dependencies:
Using poetry ([install](https://python-poetry.org/docs/) poetry)
```
git clone https://github.com/zenml-io/zenfiles.git
cd zenfiles/time-series-forecast
poetry install
```

Using `requirements.txt`
```
git clone https://github.com/zenml-io/zenfiles.git
cd zenfiles/time-series-forecast
pip install -r requirements.txt
```

ZenML integrations:
```
zenml integration install -y sklearn vertex gcp
Expand Down

0 comments on commit e3f6acf

Please sign in to comment.