microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Stop building extensions explicitly #35

Closed jobala closed 4 years ago

jobala commented 4 years ago

We build extensions then install them. We can do this in one step with pip install.

cd extension && pip install .