Skip to content

Commit

Permalink
KAN-173 Chagne python pakcage manager of mkdocs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
choisungwook authored Jun 8, 2024
1 parent ddf2961 commit 1c7d492
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 30 deletions.
5 changes: 3 additions & 2 deletions mkdocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ mkdocs
# 로컬 실행방법

```bash
$ pip install -r requirements.txt
$ mkdocs serve
$ pip install poetry
$ poetry shell
$ poetry install
$ http://127.0.0.1:8000 접속
```

Expand Down
Loading

0 comments on commit 1c7d492

Please sign in to comment.