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
4. Set up a [uv](https://docs.astral.sh/uv/getting-started/installation/)
22
+
4. Set up [uv](https://docs.astral.sh/uv/getting-started/installation/)
23
23
for development:
24
24
25
25
```bash
@@ -32,13 +32,7 @@ You'll always get credit for your work.
32
32
need to activate the virtual environment:
33
33
34
34
```bash
35
-
$ source ./bin/activate
36
-
```
37
-
38
-
When you're done working, you can deactivate the virtual environment:
39
-
40
-
```bash
41
-
$ deactivate
35
+
$ source .venv/bin/activate
42
36
```
43
37
44
38
5. Install the dependencies and development tools:
@@ -119,4 +113,4 @@ $ readlink -f $(which ex)
119
113
120
114
## Releasing a new version of mycli
121
115
122
-
Create a new [release](https://github.com/dbcli/mycli/releases) in Github. This will trigger a Github action which will run all the tests, build the wheel and upload it to PyPI.
116
+
Create a new [release](https://github.com/dbcli/mycli/releases) in Github. This will trigger a Github action which will run all the tests, build the wheel and upload it to PyPI.
0 commit comments