Skip to content

Commit 4727e02

Browse files
committed
modify sample program path
1 parent 37765bf commit 4727e02

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,5 @@ cython_debug/
191191
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
192192
# refer to https://docs.cursor.com/context/ignore-files
193193
.cursorignore
194-
.cursorindexingignore
194+
.cursorindexingignore
195+
uv.lock

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Code:
161161

162162
```python
163163
import sys
164-
sys.path.append("../tyxonq")
164+
sys.path.append("./")
165165

166166
import tyxonq as tq
167167
import getpass
@@ -251,4 +251,4 @@ print(g(theta))
251251
- **Community Contributors**: Open source development and testing
252252

253253
## License
254-
TyxonQ is open source, released under the Apache License, Version 2.0.
254+
TyxonQ is open source, released under the Apache License, Version 2.0.

examples/simple_demo_1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
2-
sys.path.append("../tyxonq")
3-
2+
sys.path.append("./")
43
import tyxonq as tq
54
import getpass
65
from tyxonq.cloud import apis

0 commit comments

Comments
 (0)