Skip to content

Commit

Permalink
update python branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Jul 29, 2024
1 parent 6b7e966 commit fb76eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ You need to leave the devnet running in the background while you run your progra

In this section, we will use the python client run a computation on the local devnet.

We will write the following code in the `quickstart/client_code/secret_addition.py` file. You can [view the completed code here](https://github.com/NillionNetwork/nillion-python-starter/blob/update-quickstart-july-release/quickstart_complete/client_code/secret_addition_complete.py), feel free to refer back to it whenever you need.
We will write the following code in the `quickstart/client_code/secret_addition.py` file. You can [view the completed code here](https://github.com/NillionNetwork/nillion-python-starter/blob/main/quickstart_complete/client_code/secret_addition_complete.py), feel free to refer back to it whenever you need.

1. Import the packages and helper functions we will be using

Expand Down

0 comments on commit fb76eb7

Please sign in to comment.