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

Add instructions on how to install plasmapy with uv in a virtual envi… #2861

Merged
merged 13 commits into from
Oct 6, 2024
Prev Previous commit
Next Next commit
Update docs/install.rst
Co-authored-by: Nick Murphy <[email protected]>
  • Loading branch information
tien-vo and namurphy authored Oct 5, 2024
commit e61e7c0318c358926e3c5bb4e454bd043a1413d5
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 114,7 @@ To initialize a `Python project`_ named ``project-with-plasmapy`` with

uv init --name project-with-plasmapy --python |maxpython|
tien-vo marked this conversation as resolved.
Show resolved Hide resolved

By default, |uv| will generate a ``pyproject.toml`` and many other
By default, |uv| will generate a :file:`pyproject.toml` and many other
metadata files (see `uv init options`_). Then, to add `plasmapy` as a
dependency, run:

Expand Down