Skip to content

komprenilo/liga-easyocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.