Skip to content

Commit

Permalink
docs: add guild to use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
5n7 committed Feb 16, 2024
1 parent cfd3c2d commit 79d269e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions document/02-local-env.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ You can install the dependencies by running the following command.

```shell
$ cd python
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
```

Expand Down
2 changes: 2 additions & 0 deletions document/02-local-env.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Pythonでは、`requirements.txt`というファイルに依存しているラ

```shell
$ cd python
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
```

Expand Down
2 changes: 2 additions & 0 deletions python/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.venv/
__pycache__/

0 comments on commit 79d269e

Please sign in to comment.