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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,15 @@ SurfSense provides two installation methods:
151
151
152
152
2.**[Manual Installation (Recommended)](https://www.surfsense.net/docs/manual-installation)** - For users who prefer more control over their setup or need to customize their deployment.
153
153
154
+
3.**Conda One-Click Installer (Experimental)** - Create a ready-to-use Conda environment and install backend/frontend dependencies automatically.
155
+
- Requires Miniconda/Anaconda plus Node.js 18+ (for the web UI).
156
+
- From the repository root run:
157
+
```bash
158
+
chmod +x oneclick-conda-install.sh
159
+
./oneclick-conda-install.sh
160
+
```
161
+
- Use `SURFSENSE_ENV_NAME` and `SURFSENSE_PYTHON_VERSION` env vars to customise the Conda environment.
162
+
154
163
Both installation guides include detailed OS-specific instructions for Windows, macOS, and Linux.
155
164
156
165
Before installation, make sure to complete the [prerequisite setup steps](https://www.surfsense.net/docs/) including:
@@ -303,4 +312,3 @@ For detailed contribution guidelines, please see our [CONTRIBUTING.md](CONTRIBUT
0 commit comments