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
1111 $ cd ~ /Desktop/
1212 ```
1313
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).
1515 ``` bash
1616 # 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
1818 ```
1919
2020 or
2121
2222 ``` bash
2323 # 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
2525 ```
2626
27- 3 . Navigate to the cloned repo.
27+ 3 . Navigate to the Admin Portal example app within the cloned repo.
2828 ``` bash
29- $ cd python-flask-admin-portal-example
30- ```
29+ $ cd python-flask-example-applications/python-flask- admin-portal-example
30+ ````
3131
32324. Create and source a Python virtual environment. You should then see ` (env)` at the beginning of your command-line prompt.
3333 ` ` ` 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.
1818 $ cd ~ /Desktop/
1919 ```
2020
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).
2222 ``` bash
2323 # 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
2525 ```
2626
27- or
27+ or
2828
2929 ``` bash
3030 # 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
3232 ```
3333
34- ### Install Dependencies
35-
36- 3 . Navigate to the cloned repo.
34+ 3 . Navigate to the Directory Sync example app within the cloned repo.
3735 ``` bash
38- $ cd python-flask-directory-sync-example
36+ $ cd python-flask-example-applications/python-flask- directory-sync-example
3937 ```
4038
41394 . 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.
4543 (env) $
4644 ```
4745
46+ ### Install Dependencies
47+
48485 . Install the cloned app's dependencies.
4949 ``` bash
5050 (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
1212 $ cd ~ /Desktop/
1313 ```
1414
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).
1616 ``` bash
1717 # 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
1919 ```
2020
2121 or
2222
2323 ``` bash
2424 # 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
2626 ```
2727
28- 3 . Navigate to the cloned repo.
28+ 3 . Navigate to the Magic Link example app within the cloned repo.
2929 ``` bash
30- $ cd python-flask-magic-link-example
30+ $ cd python-flask-example-applications/python-flask- magic-link-example
3131 ```
3232
33334 . 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
1212 $ cd ~ /Desktop/
1313 ```
1414
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).
1616 ``` bash
1717 # 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
1919 ```
2020
2121 or
2222
2323 ``` bash
2424 # 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
2626 ```
2727
28- 3 . Navigate to the cloned repo.
28+ 3 . Navigate to the sso app within the cloned repo.
2929 ``` bash
30- $ cd python-flask-sso-example
30+ $ cd python-flask-example-applications/python-flask- sso-example
3131 ```
3232
33334 . 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