File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -403,22 +403,20 @@ You will need the following things properly installed on your computer.
403403* [ Python 3] ( https://www.python.org/downloads/ ) (with pip)
404404* [ pipenv] ( https://pypi.org/project/pipenv/ )
405405
406- ## Installation details by Chinh Doan
407-
408- ## Eviroment Setup ( for my computer windows 10 )
406+ ## Eviroment Setup edited by Chinh Doan ( for my computer windows 10 )
409407
410408Run CMD as adminstrator, and run this command step by step.
4114091 . Install Chocolatey
412410
413- * Set-ExecutionPolicy Bypass -Scope Process -Force; [ System.Net.ServicePointManager] ::SecurityProtocol = [ System.Net.ServicePointManager] ::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1 '))
411+ * ` Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) `
414412
4154132 . Make sure you have [ ` python3.8 ` installed and on your ` PATH ` ] ( https://docs.python-guide.org/starting/installation/ ) .
416414
417- * choco install python --version=3.8.0
415+ * ` choco install python --version=3.8.0 `
418416
419- * python -m pip install -U pip
417+ * ` python -m pip install -U pip `
420418
421- * pip install pipenv
419+ * ` pip install pipenv `
422420
4234213 . After that, go into your project
424422* ` git clone https://github.com/ExpDev07/coronavirus-tracker-api.git `
You can’t perform that action at this time.
0 commit comments