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

Commit 5ae55f9

Browse files
author
Doug Mahugh
committed
fix links
1 parent d90f240 commit 5ae55f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

installation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
This page covers how to install Python REST samples for Microsoft Graph. These instructions apply to the samples in these repos:
44

55
* [Python authentication samples for Microsoft Graph](https://github.com/microsoftgraph/python-sample-auth)
6-
* [Working with paginated Microsoft Graph responses in Python](https://github.com/microsoftgraph/python-sample-pagination)
76
* [Sending mail via Microsoft Graph from Python](https://github.com/microsoftgraph/python-sample-send-mail)
7+
* [Working with paginated Microsoft Graph responses in Python](https://github.com/microsoftgraph/python-sample-pagination)
8+
* [Working with Graph open extensions in Python](https://github.com/microsoftgraph/python-sample-open-extensions)
89

910
## Prerequisites
1011

@@ -20,8 +21,8 @@ Follow these steps to install the samples:
2021
1. Clone the repo, using one of these commands:
2122
* ```git clone https://github.com/microsoftgraph/python-sample-auth.git```
2223
* ```git clone https://github.com/microsoftgraph/python-sample-pagination.git```
23-
* ```git clone https://github.com/microsoftgraph/python-send-mail.git```
24-
* ```git clone https://github.com/microsoftgraph/python-open-extensions.git```
24+
* ```git clone https://github.com/microsoftgraph/python-sample-send-mail.git```
25+
* ```git clone https://github.com/microsoftgraph/python-sample-open-extensions.git```
2526

2627
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.
2728
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)