Skip to content

Commit 4685c9a

Browse files
committed
replace with project name
1 parent 342fe31 commit 4685c9a

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/CLOUD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ poetry env info
2626

2727
```
2828

29-
- copy tz-script repo in a folder
29+
- copy sample repo in a folder
3030
- copy `.env` and `.streamlit/config.toml` to that folder
3131
- go to folder and install package dependencies
3232

@@ -62,7 +62,7 @@ After=network.target
6262

6363
[Service]
6464
User=root
65-
WorkingDirectory=/opt/project/path/tz-script
65+
WorkingDirectory=/opt/project/path/sample
6666
Environment="HOME=/root"
6767
Environment="PYTHONUNBUFFERED=1"
6868
Environment="PATH=/root/.local/bin:/usr/local/bin:/usr/bin:/bin"

docs/Folder Tree Structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
│ ├── doc.html
114114
│ └── index.html
115115
├── trace_entry.py
116-
└── tz-script.code-workspace
116+
└── *.code-workspace
117117
```
118118
119119
````

docs/POETRY_COMMANDS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ poetry env list
5151

5252
this output something like this
5353

54-
> tz-script-fBo1usnc-py3.12 (Activated)
54+
> sample-fBo1usnc-py3.12 (Activated)
5555
5656
now delete using version showing at the end of the environment name
5757

@@ -77,8 +77,8 @@ Python: 3.12.7
7777
Virtualenv
7878
Python: 3.12.7
7979
Implementation: CPython
80-
Path: ~/Library/Caches/pypoetry/virtualenvs/tz-script-7YHTbn9s-py3.12
81-
Executable: ~/Library/Caches/pypoetry/virtualenvs/tz-script-7YHTbn9s-py3.12/bin/python
80+
Path: ~/Library/Caches/pypoetry/virtualenvs/sample-7YHTbn9s-py3.12
81+
Executable: ~/Library/Caches/pypoetry/virtualenvs/sample-7YHTbn9s-py3.12/bin/python
8282
Valid: True
8383

8484
Base

docs/setup-for-osx.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99

1010
### How to Start
1111

12-
1. Navigate to the project root:
12+
1. Clone the Repo
13+
2. Navigate to the project root
1314

1415
```sh
15-
cd /project/tz-script
16+
cd /project/sample
1617
```
1718

1819
2. install required packages

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sample"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "A package template for Recursive zero."
55
authors = [{ name = "sample", email = "recursivezero@outlook.com" }]
66
license = "MIT"

sample-py.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"servers": {}
154154
},
155155
"chat.mcp.serverSampling": {
156-
"tz-script.code-workspace: my-mcp-server-c37295de": {
156+
"sample-py.code-workspace: my-mcp-server-c37295de": {
157157
"allowedModels": [
158158
"copilot/gpt-4.1",
159159
"copilot/claude-3.5-sonnet"

0 commit comments

Comments
 (0)