-
Notifications
You must be signed in to change notification settings - Fork 989
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
Create a Python virtual environment #6681
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Mirna Wong <[email protected]>
Querying the |
….getdbt.com into new-branch-name-VE
Co-authored-by: Mirna Wong <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @nataliefiann , approved and have a sugg to make the headers flow better since the other sections related to actual installation are nested under the 'python env' header. and the prereqs are for the entire page/
sug something like this:
# Install with pip
....
## Using virtual environments
...
### Prerequisites
....
### 1. Create a virtual environment
### 2. Activate the virtual environment
....
### 3. Deactivate the virtual environment (optional)
....
### 4. Create an alias (optional)
## Install dbt Core and adapters
...
### 1. Install dbt Core and an adapter
...
### 2. Upgrade adapters
...
### 3. Install dbt Core only
....
## Change dbt Core versions
....
## pip install dbt
....
## Install prereleases
....
@@ -119,7 +193,7 @@ If you're building a tool that integrates with dbt Core, you may want to install | |||
python -m pip install dbt-core | |||
``` | |||
|
|||
### Change dbt Core versions | |||
## Change dbt Core versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[custom.SentenceCaseHeaders] 'Change dbt Core versions' should use sentence-style capitalization. Try 'Change dbt core versions' instead.
What are you changing in this pull request and why?
I have created this PR following this Git issue: #2143 to guide users on how to create a Python virtual environment
Closes: #2143
Checklist
🚀 Deployment available! Here are the direct links to the updated files: