Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 357 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 357 Bytes

TheTensorClan - NLP CI

Development

To use pipenv in vscode

export PIPENV_VENV_IN_PROJECT=1
pipenv install

to update the dependencies

pipenv update

to get the shell

pipenv shell

to isort

make isort
make isort-apply