Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 386 Bytes

File metadata and controls

10 lines (8 loc) · 386 Bytes

Notes

Installation

  • python -m venv .venv
  • .venv/Script/activate
  • python -m pip install --upgrade pip
  • pip install -e .[lint,test,debug,demo]

Issues

  • pip install -e .[doc] -> building 'regex._regex' extension ... error: failed-wheel-build-for-install on Windows 11 (C:\Program Files\Microsoft Visual Studio\2022 ...) -> Maybe a newer version of VS is needed.