Skip to content

Commit 5066ee8

Browse files
authored
doc: Add in URL to Python wrapper package to README (#22)
1 parent 64e6aae commit 5066ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ using PythonCall, BraketSimulator
4444

4545
## Usage Notes
4646

47-
If you want to use this package **from Python**, see the Python wrapper package [`amazon-braket-simulator-v2-python`](), which provides a Python interaction layer and will install Julia, this package and other Julia dependencies in a sandboxed virtual environment for you.
47+
If you want to use this package **from Python**, see the Python wrapper package [`amazon-braket-simulator-v2-python`](https://github.com/amazon-braket/amazon-braket-simulator-v2-python), which provides a Python interaction layer and will install Julia, this package and other Julia dependencies in a sandboxed virtual environment for you.
4848

4949
Launch Julia with the command line option `-t auto` to have Julia launch and manage threads to parallelize the simulation(s). `BraketSimulator.jl` will parallelize both across tasks within a batch and inside a single task's evolution.
5050

0 commit comments

Comments
 (0)