From e7bd9fb9966e30abbdda02436589393a7c6c9bde Mon Sep 17 00:00:00 2001 From: NaveenGokavarapu19 <66323587+NaveenGokavarapu19@users.noreply.github.com> Date: Mon, 20 Sep 2021 17:58:35 +0530 Subject: [PATCH 1/2] Added instructions for windows --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69952d2..9980fe6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,6 +225,23 @@ Commit your changes and push your branch to GitHub: ``` Submit a pull request through the GitHub website. + +``` +Windows: +For developing in windows follow the following instructions + +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 + +3) Run py -m pip install --user virtualenv to install virtualenv library + +4) Run Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser + +5) After Completing development work. Run command Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope CurrentUser. + + +Note: The command Set execution policy allows execution of remote scripts. Please remove permissions immediately after work to avoid security issues. ## Code of Conduct From 1e965df67895694bcb7e4e0029377490d792fb0e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 12:31:52 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9980fe6..829d1b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,8 +225,8 @@ Commit your changes and push your branch to GitHub: ``` Submit a pull request through the GitHub website. - -``` + +``` Windows: For developing in windows follow the following instructions