xero-python-oauth2-starter
xero-python-oauth2-starter copied to clipboard
source venv/bin/activate fails on windows
How do I setup the environment on windows? The documentation seems not specify how to run "source venv/bin/activate" on windows and "source venv/bin/activate" returns:
The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I also tried:
venv\bin\activate.bat
I tried venv\Scripts\activate.bat and that seemed to work. Maybe update the documentation to include the windows version.