You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laurent Mazuel edited this page May 5, 2020
·
6 revisions
Requirements
Python 3.6 is required to run this new autorest
Install autorest
npm install -g autorest
If you already have autorest, be sure to execute autorest --reset and at any sign of weird behavior to be sure it's not using anything that was pulled from before from npm.
Go to the root of the installed autorest.python repo and run npm install. This should generate a virtual environment with name venv at the root, which is essential for generating tests and making code changes.
All generation must be done with this venv loaded.