rycolab / uid-decoding

40 stars 6 forks source link

How can I run pip setup install -e . without the setup file? #2

Closed taineleau closed 3 years ago

taineleau commented 3 years ago

How can I runpip setup install -e . without the setup file? Thanks!

cimeister commented 3 years ago

Apologies, the command should just be

pip install -e .

(without setup)