You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/diff-nautobot-understack/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,14 @@ This tool compares data between Nautobot and OpenStack.
9
9
| Project | Tenant |
10
10
| Network | UCVNI & Namespace |
11
11
12
-
13
12
---
14
13
15
14
## Setup Instructions
16
15
17
16
1. cd python/diff-nautobot-understack
18
-
2.`poetry install`
19
-
1.poetry will handle the creation of this virtual environment for you. It'll use .venv in the project if you configure it to do so locally on your machine with `poetry config virtualenvs.in-project true`.
20
-
2. user can create a shell with poetry shell and then when they exit it will clean up auth variables. Or they can run source .venv/bin/activate or poetry run <commands-below>
17
+
2.`uv sync`
18
+
1.`uv` will handle the creation of this virtual environment for you. It'll use .venv in the project.
19
+
2. user can create a shell with `uv shell` and then when they exit it will clean up auth variables. Or they can run source .venv/bin/activate or `uv run <commands-below>`
21
20
22
21
3. Export environment variables (or add them to a .env file):
0 commit comments