Skip to content

Commit f9a0de6

Browse files
committed
update README
1 parent 0dfb534 commit f9a0de6

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

README.rst

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,9 @@
55

66
번역팀에 문의가 있으신 분들은 https://www.flowdas.com/pages/python-docs-ko.html 를 참고 바랍니다.
77

8-
교정을 위한 프리뷰 빌드하기
9-
---------------------------------------
8+
번역 작업을 위한 도구
9+
------------------------------
1010

11-
프리뷰를 빌드하려면 git 와 docker 가 설치되어 있어야 합니다.
11+
번역 작업을 위해서는 git 를 다룰 수 있어야합니다.
1212

13-
먼저 저장소를 fork 한 후에, 작업 공간을 다음과 같은 절차로 준비합니다.
14-
15-
::
16-
17-
python3.7 -m venv <work-dir>
18-
cd <work-dir>
19-
source bin/activate
20-
pip install python-docs-ko
21-
pdk init <your-python-docs-ko-fork>
22-
23-
이제 ``<work_dir>/python-docs-ko`` 디렉터리에 여러분의 fork가 git clone 되었습니다.
24-
``*.po`` 파일을 번역합니다.
25-
26-
빌드는 다음과 같은 명령을 사용합니다::
27-
28-
pdk build
29-
30-
31-
이제 ``<work_dir>/html/index.html`` 를 브라우저로 열면 됩니다.
13+
작업을 지원하기 위한 도구에 관한 자세한 내용은 https://github.com/flowdas/python-docs-ko 를 참고하시기 바랍니다.

0 commit comments

Comments
 (0)