Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated CLI instructions #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Please see [Tecton's documentation](https://docs.tecton.ai/) for more informatio

# Install the latest version of Tecton CLI to use with this repo

See installation [instructions](https://docs.tecton.ai/v2/setting-up-tecton/02-tecton-cli-setup.html)
Create a Python virtual environment with Python 3.8.x, and install the Tecton CLI and other packages used in our sample notebook using the command `pip install -r requirements.txt`. Please see our [installation instructions](https://docs.tecton.ai/docs/setting-up-tecton/development-setup/installing-the-tecton-cli/) for more information.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pandas
python-dotenv
tecton[snowflake]==0.5.0b59
snowflake-connector-python==2.7.7
snowflake-snowpark-python==0.8.0
tecton[snowflake]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just tested this and got a version incompatibility warning. Can you add back in the snowflake-connector-python==2.7.7 in for now?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and it's tecton[snowpark]