add macos notes
All checks were successful
All checks were successful
This commit is contained in:
12
README.md
12
README.md
@@ -68,6 +68,18 @@ docker run -p 8050:8050 ghcr.io/godber/embedding-buddy:latest
|
|||||||
|
|
||||||
The application will be available at <http://127.0.0.1:8050>
|
The application will be available at <http://127.0.0.1:8050>
|
||||||
|
|
||||||
|
### macOS Installation Notes
|
||||||
|
|
||||||
|
If installation fails with C++ compiler or library errors (common with `opentsne`), install Xcode Command Line Tools:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install or update Command Line Tools
|
||||||
|
xcode-select --install
|
||||||
|
|
||||||
|
# Or reset existing installation
|
||||||
|
sudo xcode-select --reset
|
||||||
|
```
|
||||||
|
|
||||||
### Using the Application
|
### Using the Application
|
||||||
|
|
||||||
1. **Open your browser** to <http://127.0.0.1:8050>
|
1. **Open your browser** to <http://127.0.0.1:8050>
|
||||||
|
Reference in New Issue
Block a user