Added instructions for windows#119
Added instructions for windows#119NaveenGokavarapu19 wants to merge 2 commits into101Loop:masterfrom
Conversation
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #119 +/- ##
=======================================
Coverage 95.68% 95.68%
=======================================
Files 20 20
Lines 649 649
=======================================
Hits 621 621
Misses 28 28 Continue to review full report at Codecov.
|
iamhssingh
left a comment
There was a problem hiding this comment.
I think we can merge the steps in the already existing one adding a clause saying. For Windows user: run following addition steps
@sumit4613
|
|
||
| 5) After Completing development work. Run command Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope CurrentUser. | ||
|
|
||
|
|
There was a problem hiding this comment.
I think this should have some final conclusion stating what next steps the user should follow.
|
|
||
| 2) clone the git repo using command git clone git@github.com:101loop/drf-user.git or fork it and then clone the using the url of fork | ||
|
|
||
| 3) Run py -m pip install --user virtualenv to install virtualenv library |
There was a problem hiding this comment.
| 3) Run py -m pip install --user virtualenv to install virtualenv library | |
| 3) Run py -m pip install --user virtualenv to install virtualenv library |
|
|
||
| 1) Download python from microsoft store | ||
|
|
||
| 2) clone the git repo using command git clone git@github.com:101loop/drf-user.git or fork it and then clone the using the url of fork |
There was a problem hiding this comment.
We can get rid of this step and refer it to already existing step
|
|
||
|
|
||
| Note: The command Set execution policy allows execution of remote scripts. Please remove permissions immediately after work to avoid security issues. | ||
|
|
There was a problem hiding this comment.
@NaveenGokavarapu19 You forgot to close the section using ```
Hey, I just made a Pull Request!
Description
Motivation and Context
Have you tested this? If so, how?
Checklist for PR author(s)
interrogate drf_user(I mean, we should set a good example 😄).README.md.README.mdanddocs/index.rstfor any new changes.versionadded,versionchanged, ordeprecateddirectives. Find the appropriate next version in the project's__init__.pyfile.Release note