You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Detailed setup and usage instructions can be found in our [Documentation](./docs/README.md).
113
-
- For Python-specific details, check out our [Python Client Guide](./docs/clients/python.md).
114
-
- For Node.js-specific details, refer to our [Node.js Client Guide](./docs/clients/nodejs.md).
117
+
- Detailed setup and usage instructions can be found in our [Documentation](https://github.com/Developer-Utkarsh/LocalLab/blob/main/docs/README.md).
118
+
- For Python-specific details, check out our [Python Client Guide](https://github.com/Developer-Utkarsh/LocalLab/blob/main/docs/clients/python.md).
119
+
- For Node.js-specific details, refer to our [Node.js Client Guide](https://github.com/Developer-Utkarsh/LocalLab/blob/main/docs/clients/nodejs.md).
115
120
116
121
## Get Started
117
122
118
123
1.**Installation:**
124
+
119
125
```bash
120
126
pip install locallab
121
127
```
122
128
123
129
2.**Starting the Server Locally:**
130
+
124
131
```python
125
132
from locallab import start_server
126
133
start_server()
127
134
```
128
135
129
136
3.**Starting the Server on Google Colab:**
137
+
130
138
```python
131
139
!pip install locallab
132
140
import os
@@ -145,7 +153,7 @@ sequenceDiagram
145
153
146
154
- Report issues on our [GitHub Issues](https://github.com/Developer-Utkarsh/LocalLab/issues).
147
155
- Participate in discussions on our [Community Forum](https://github.com/Developer-Utkarsh/LocalLab/discussions).
148
-
- Learn how to contribute by reading our [Contributing Guidelines](./docs/guides/contributing.md).
156
+
- Learn how to contribute by reading our [Contributing Guidelines](https://github.com/Developer-Utkarsh/LocalLab/blob/main/docs/guides/contributing.md).
0 commit comments