Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 288 Bytes

installation_via_pypi.rst

File metadata and controls

13 lines (6 loc) · 288 Bytes
  • to install the latest release from PyPi via pip (recommended):
python -m pip install --upgrade lib_platform
  • to install the latest release from PyPi via pip, including test dependencies:
python -m pip install --upgrade lib_platform[test]