-
Notifications
You must be signed in to change notification settings - Fork 96
#689 #690
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
base: main
Are you sure you want to change the base?
#689 #690
Changes from all commits
b984f80
204db91
db80aa1
c861aff
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,8 +65,12 @@ cd chainladder-python | |
| # Create virtual environment and install all dependencies | ||
| uv sync --extra all | ||
|
|
||
| ``` | ||
|
|
||
| Once the environment is set up, we may go into development mode with `uv`: | ||
| ```bash | ||
| # Activate the environment | ||
| uv run python # or uv run jupyter-lab | ||
| uv run jupyter-lab # or uv run python | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't understand this step. $ uv run jupyter-lab
error: Failed to spawn: `jupyter-lab`
Caused by: program not found
I think it can be assumed that any potential contributors already have an IDE setup or are capable of doing so. |
||
| ``` | ||
|
|
||
| This will install the package in editable mode with all development dependencies. After finishing work, deactivate: | ||
|
|
||
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.
I think
typing.Literal["M", "D"]is more informative, but a change like this could wait until there is more comprehensive type hinting.