Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 278 Bytes

File metadata and controls

15 lines (11 loc) · 278 Bytes

Python Cloud Vault Manager

Starting locally without installing the package

  • python -m venv venv
  • .\venv\Scripts\activate
  • pip install -e .

Building the package

  • pip install build
  • python -m build