micropython函数库下载_Python microfs包_程序模块 - PyPI - Python中文网
發展
源代碼托管在github中。請隨意叉出存儲庫。
假設您安裝了git,那么可以從canonical
具有以下命令的存儲庫:$ git clone https://github.com/ntoll/microfs.git
通過創建
一個虛擬的和正在運行的:$ pip install -r requirements.txt
要在本地將模塊的開發版本安裝到virtualenv中,
運行以下命令:$ python setup.py develop
有一個makefile可以幫助處理大多數與
隨著發展。自行鍵入“make”將列出選項,因此:$make
There is no default Makefile target right now. Try:
make clean - reset the project and remove auto-generated assets.
make pyflakes - run the PyFlakes code checker.
make pep8 - run the PEP8 style checker.
make test - run the test suite.
make coverage - view a report on test coverage.
make check - run all the checkers and tests.
make package - create a deployable package for the project.
make publish - publish the project to PyPI.
make docs - run sphinx to create project documentation.
發布歷史記錄
總結
以上是生活随笔為你收集整理的micropython函数库下载_Python microfs包_程序模块 - PyPI - Python中文网的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 姿态检测 树莓派_3.使用树莓派控制摄像
- 下一篇: mooc北京大学python_实用Pyt