Language/Python
-
Python 설치, 개발환경 구축 (Ubuntu, macOS)Language/Python 2020. 11. 16. 19:32
Python 설치, 개발환경 구축 (Ubuntu, macOS) Reference https://python-obd.readthedocs.io/en/latest/ https://www.elmelectronics.com/help/obd/software/#Android 맥(OSX)에서 파이썬(Python) 개발환경 구축하기http://knot.tistory.com/102 Ubuntu 1. Python 설치 확인 $ python -v2. Python/PIP 설치 $ sudo apt-get update $ sudo apt-get dist-upgrade $ sudo apt-get autoremove $ sudo apt-get install python3 $ sudo apt-get install python3-pip..
-
Python SphinxLanguage/Python 2020. 11. 16. 19:21
pip 설치 macbook:notebooks mios$ pip3 install sphinx작업 폴더 이동 macbook:/ mios$ cd Volumes/data_mb2/PycharmProjects/ProjectName스핑크스 실행 macbook:ProjectName mios$ sphinx-quickstart Welcome to the Sphinx 1.8.3 quickstart utility. Please enter values for the following settings (just press Enter to accept a default value, if one is given in brackets). Selected root path: . You have two options for placing..