Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 271 Bytes

File metadata and controls

21 lines (13 loc) · 271 Bytes

Setting up

Linking to the new repository

git remote set-url YOUR_REPO

You may want to delete the current git history.

In devcontainer

Run

pipenv lock

This is done to generate the lock file.

Select pipenv as the python interpreter.