Skip to content

Commit d4bf00e

Browse files
authored
Update CONTRIBUTING.md
1 parent 4b20233 commit d4bf00e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You'll always get credit for your work.
1919
$ git remote add upstream [email protected]:dbcli/mycli.git
2020
```
2121

22-
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/)
2323
for development:
2424

2525
```bash
@@ -32,13 +32,7 @@ You'll always get credit for your work.
3232
need to activate the virtual environment:
3333

3434
```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
4236
```
4337

4438
5. Install the dependencies and development tools:
@@ -119,4 +113,4 @@ $ readlink -f $(which ex)
119113

120114
## Releasing a new version of mycli
121115

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

Comments
 (0)