Skip to content

Commit ed04b4a

Browse files
committed
add
1 parent 635b4e1 commit ed04b4a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

410408
Run CMD as adminstrator, and run this command step by step.
411409
1. 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

415413
2. 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

423421
3. After that, go into your project
424422
* `git clone https://github.com/ExpDev07/coronavirus-tracker-api.git`

0 commit comments

Comments
 (0)