-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added instructions for windows #119
base: master
Are you sure you want to change the base?
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 [email protected]: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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 [email protected]:101loop/drf-user.git or fork it and then clone the using the url of fork |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.md
anddocs/index.rst
for any new changes.versionadded
,versionchanged
, ordeprecated
directives. Find the appropriate next version in the project's__init__.py
file.Release note