Closed AnirudhPanda closed 3 years ago
Hey @AnirudhPanda , Thanks for opening this issue. You're right, there are no Windows commands in the readme. Could you fork this repo, add those commands in the readme and open a pull request to fix this issue?
Hey @AnirudhPanda , Thanks for opening this issue. You're right, there are no Windows commands in the readme. Could you fork this repo, add those commands in the readme and open a pull request to fix this issue?
Yeah! Will do
Thanks
@AnirudhPanda great job! 🎉🎊
Thank you for your contributions!
Is your feature request related to a problem? Please describe.
While following the installation of creating the virtual env of the docs I faced this issue
'source' is not recognized as an internal or external command, operable program or batch file.
which is understandable as I am on a Windows system.Describe the solution you'd like.
I solved this issue by running
env\Scripts\activate
as On Windows, virtualenv creates a .bat/.ps1 file, so you should run env\Scripts\activate instead (per the virtualenv documentation on the activate script).Describe alternatives you've considered
No response
Additional context.
No response