mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
docs: clarify manual clipboard dependencies
This commit is contained in:
@@ -192,13 +192,15 @@ python -m pip install -e .
|
||||
#### Linux Clipboard Support
|
||||
|
||||
On Linux, `pyperclip` relies on external utilities like `xclip` or `xsel`.
|
||||
SeedPass will attempt to install **xclip** automatically if neither tool is
|
||||
available. If the automatic installation fails, you can install it manually:
|
||||
SeedPass does not install these tools automatically. To use clipboard features
|
||||
such as secret mode, install **xclip** manually:
|
||||
|
||||
```bash
|
||||
sudo apt-get install xclip
|
||||
sudo apt install xclip
|
||||
```
|
||||
|
||||
After installing `xclip`, restart SeedPass to enable clipboard support.
|
||||
|
||||
## Quick Start
|
||||
|
||||
After installing dependencies, activate your virtual environment and install
|
||||
|
Reference in New Issue
Block a user