Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 545 Bytes

EasyOCR on Liga

How to launch jupyterlab

bin/lab

VSCode/PyCharm Integration

./pants export ::

Here is the Python interpreter generated by the above export command:

dist/export/python/virtualenvs/python-default/3.8.14/bin/python

For VSCode, a sample .vscode/settings.json with Python 3.8.14 is prepared for you.

For PyCharm, please click PyCharm -> Preferences... -> Project: pants-minimal-lab -> Python Interpreter to add the existing Virtualenv Environment and then select it.