Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhAgarwal-dev authored Mar 6, 2023
1 parent 67b1c38 commit ce3d035
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions proj_1/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Check your python version using
__On Windows__ Open powershell in administrator mode and type
```pwsh
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
exit
````
Open new Powershell/Terminal. Check your python version using
```sh
python --version
```
Expand All @@ -10,11 +15,6 @@ if python version comes 2.7.x then use *python3* in place of *python* in the fol
python -m pip install virtualenv
```

__On Windows__ Open powershell in administrator mode and type
```pwsh
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
````
Go to the dicrctory where you will like to start the project

```
Expand Down

0 comments on commit ce3d035

Please sign in to comment.