File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed
python-flask-admin-portal-example
python-flask-directory-sync-example
python-flask-magic-link-example Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
11
11
$ cd ~ /Desktop/
12
12
```
13
13
14
- 2 . Clone this git repo using your preferred secure method (HTTPS or SSH).
14
+ 2 . Clone the main git repo for these Python example apps using your preferred secure method (HTTPS or SSH).
15
15
``` bash
16
16
# HTTPS
17
- $ git clone https://github.com/workos-inc/python-flask-admin-portal- example.git
17
+ $ git clone https://github.com/workos-inc/python-flask-example-applications .git
18
18
```
19
19
20
20
or
21
21
22
22
``` bash
23
23
# SSH
24
- $ git clone
[email protected] :workos-inc/python-flask-
admin-portal- example.git
24
+ $ git clone
[email protected] :workos-inc/python-flask-example
-applications .git
25
25
```
26
26
27
- 3 . Navigate to the cloned repo.
27
+ 3 . Navigate to the Admin Portal example app within the cloned repo.
28
28
``` bash
29
- $ cd python-flask-admin-portal-example
30
- ```
29
+ $ cd python-flask-example-applications/python-flask- admin-portal-example
30
+ ````
31
31
32
32
4. Create and source a Python virtual environment. You should then see ` (env)` at the beginning of your command-line prompt.
33
33
` ` ` bash
Original file line number Diff line number Diff line change @@ -18,24 +18,22 @@ If you get stuck, please reach out to us at
[email protected] so we can help.
18
18
$ cd ~ /Desktop/
19
19
```
20
20
21
- 2 . Clone this git repo using your preferred secure method (HTTPS or SSH).
21
+ 2 . Clone the main git repo for these Python example apps using your preferred secure method (HTTPS or SSH).
22
22
``` bash
23
23
# HTTPS
24
- $ git clone https://github.com/workos-inc/python-flask-directory-sync- example.git
24
+ $ git clone https://github.com/workos-inc/python-flask-example-applications .git
25
25
```
26
26
27
- or
27
+ or
28
28
29
29
``` bash
30
30
# SSH
31
- $ git clone
[email protected] :workos-inc/python-flask-
directory-sync- example.git
31
+ $ git clone
[email protected] :workos-inc/python-flask-example
-applications .git
32
32
```
33
33
34
- ### Install Dependencies
35
-
36
- 3 . Navigate to the cloned repo.
34
+ 3 . Navigate to the Directory Sync example app within the cloned repo.
37
35
``` bash
38
- $ cd python-flask-directory-sync-example
36
+ $ cd python-flask-example-applications/python-flask- directory-sync-example
39
37
```
40
38
41
39
4 . Create and source a Python virtual environment. You should then see ` (env) ` at the beginning of your command-line prompt.
@@ -45,6 +43,8 @@ If you get stuck, please reach out to us at
[email protected] so we can help.
45
43
(env) $
46
44
```
47
45
46
+ ### Install Dependencies
47
+
48
48
5 . Install the cloned app's dependencies.
49
49
``` bash
50
50
(env) $ pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
12
12
$ cd ~ /Desktop/
13
13
```
14
14
15
- 2 . Clone this git repo using your preferred secure method (HTTPS or SSH).
15
+ 2 . Clone the main git repo for these Python example apps using your preferred secure method (HTTPS or SSH).
16
16
``` bash
17
17
# HTTPS
18
- $ git clone https://github.com/workos-inc/python-flask-magic-link- example.git
18
+ $ git clone https://github.com/workos-inc/python-flask-example-applications .git
19
19
```
20
20
21
21
or
22
22
23
23
``` bash
24
24
# SSH
25
- $ git clone
[email protected] :workos-inc/python-flask-
magic-link- example.git
25
+ $ git clone
[email protected] :workos-inc/python-flask-example
-applications .git
26
26
```
27
27
28
- 3 . Navigate to the cloned repo.
28
+ 3 . Navigate to the Magic Link example app within the cloned repo.
29
29
``` bash
30
- $ cd python-flask-magic-link-example
30
+ $ cd python-flask-example-applications/python-flask- magic-link-example
31
31
```
32
32
33
33
4 . Create and source a Python virtual environment. You should then see ` (env) ` at the beginning of your command-line prompt.
Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
12
12
$ cd ~ /Desktop/
13
13
```
14
14
15
- 2 . Clone this git repo using your preferred secure method (HTTPS or SSH).
15
+ 2 . Clone the main git repo for these Python example apps using your preferred secure method (HTTPS or SSH).
16
16
``` bash
17
17
# HTTPS
18
- $ git clone https://github.com/workos-inc/python-flask-sso- example.git
18
+ $ git clone https://github.com/workos-inc/python-flask-example-applications .git
19
19
```
20
20
21
21
or
22
22
23
23
``` bash
24
24
# SSH
25
- $ git clone
[email protected] :workos-inc/python-flask-
sso- example.git
25
+ $ git clone
[email protected] :workos-inc/python-flask-example
-applications .git
26
26
```
27
27
28
- 3 . Navigate to the cloned repo.
28
+ 3 . Navigate to the sso app within the cloned repo.
29
29
``` bash
30
- $ cd python-flask-sso-example
30
+ $ cd python-flask-example-applications/python-flask- sso-example
31
31
```
32
32
33
33
4 . Create and source a Python virtual environment. You should then see ` (env) ` at the beginning of your command-line prompt.
You can’t perform that action at this time.
0 commit comments