Skip to content

Conversation

@dehume
Copy link
Contributor

@dehume dehume commented Apr 22, 2025

Summary & Motivation

Update quickstart example to match with dg

NOTE Will require the installation instructions page to include steps for dg

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

@dehume dehume changed the base branch from master to dgify-docs-and-examples April 23, 2025 13:39
@dehume dehume changed the base branch from dgify-docs-and-examples to master April 23, 2025 13:39
@dehume dehume changed the base branch from master to dgify-docs-and-examples April 23, 2025 13:40
@dehume dehume marked this pull request as ready for review April 30, 2025 13:19
@dehume dehume requested a review from a team as a code owner April 30, 2025 13:19
@dehume dehume requested a review from cmpadden April 30, 2025 13:19
2. Activate the virtual environment:

<Tabs>
<TabItem value="macos" label="MacOS">
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider creating a virtual environment component for re-usability.

@dehume dehume marked this pull request as draft June 2, 2025 18:08
@dehume dehume marked this pull request as ready for review June 3, 2025 15:04
@dehume dehume requested a review from cmpadden June 3, 2025 15:05
Copy link
Contributor

@neverett neverett left a comment

Choose a reason for hiding this comment

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

Approving, but looks like Graphite might have caught an issue with the command in the Windows tab.

dehume and others added 2 commits June 3, 2025 15:59
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
</TabItem>
<TabItem value="windows" label="Windows">
```bash python -m venv venv source venv\Scripts\activate ```
```.venv\Scripts\activate```
Copy link
Contributor

Choose a reason for hiding this comment

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

The Windows activation command is missing the code block markers. Please update to:

.venv\Scripts\activate

This ensures proper syntax highlighting and consistent formatting with the other code examples in the document.

Suggested change
```.venv\Scripts\activate```
```bash
.venv\Scripts\activate
```

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@dehume dehume merged commit c3a314c into dgify-docs-and-examples Jun 4, 2025
4 checks passed
@dehume dehume deleted the dennis/doc-1080-quickstart branch June 4, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants