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
2. Follow the [instructions](https://python-poetry.org/docs/) here to install `poetry`
62
+
2. Install `poetry` (version 1.2 or later) using either the [official installer](https://python-poetry.org/docs/#installing-with-the-official-installer) or [pipx](https://python-poetry.org/docs/#installing-with-pipx). If you have an older installation of Poetry, we recommend uninstalling it first.
63
+
63
64
3. Start the virtual environment by doing:
64
65
```
65
66
poetry shell
@@ -68,7 +69,7 @@ poetry shell
68
69
```
69
70
poetry install
70
71
```
71
-
This command will install the dependencies based on what we specify in poetry.lock
72
+
This command will install the dependencies based on what we specify in poetry.lock. If this step is taking a long time, try to go back to step 2 and check your version of poetry. Alternatively, you could also try deleting the lock file and regenerate it by doing `poetry install` (Please note this method should be used as a last resort because this would force other developers to change their development environment)
72
73
73
74
5. Fill in credential files:
74
75
*Note*: If you won't interact with Synapse, please ignore this section.
0 commit comments