Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Commit f10a9b5

Browse files
author
Doug Mahugh
committed
fix formatting
1 parent 4ed251c commit f10a9b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Before installing the sample:
1818
Follow these steps to install the samples:
1919

2020
1. Clone the repo, using one of these commands:
21-
22-
```git clone https://github.com/microsoftgraph/python-sample-auth.git```
23-
```git clone https://github.com/microsoftgraph/python-sample-pagination.git```
24-
```git clone https://github.com/microsoftgraph/python-send-mail.git```
21+
* ```git clone https://github.com/microsoftgraph/python-sample-auth.git```
22+
* ```git clone https://github.com/microsoftgraph/python-sample-pagination.git```
23+
* ```git clone https://github.com/microsoftgraph/python-send-mail.git```
2524

2625
2. Create and activate a virtual environment (optional). If you're new to Python virtual environments, [Miniconda](https://conda.io/miniconda.html) is a great place to start.
2726
3. In the root folder of your cloned repo, install the dependencies for the sample as listed in the ```requirements.txt``` file with this command: ```pip install -r requirements.txt```.

0 commit comments

Comments
 (0)