mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
docs: update installation instructions
This commit is contained in:
15
README.md
15
README.md
@@ -22,21 +22,22 @@ dependencies such as Node.js, `javascript-obfuscator`, `html-minifier-terser`,
|
|||||||
and the Python packages `InquirerPy` and `rich` if they are not already
|
and the Python packages `InquirerPy` and `rich` if they are not already
|
||||||
available.
|
available.
|
||||||
|
|
||||||
If you already have the prerequisites you can install the package directly from
|
If you already have the prerequisites you can install the package directly. The
|
||||||
PyPI:
|
project is not currently published on PyPI, so install it from the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pipx install voxvera # recommended
|
pipx install git+https://github.com/PR0M3TH3AN/VoxVera.git # recommended
|
||||||
# or
|
# or from the current directory
|
||||||
pip install --user voxvera
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
If your system reports an "externally-managed" Python environment and blocks installation, create a virtual environment first:
|
If your system reports an "externally-managed" Python environment and blocks
|
||||||
|
installation, create a virtual environment first:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv voxvera-venv
|
python3 -m venv voxvera-venv
|
||||||
source voxvera-venv/bin/activate
|
source voxvera-venv/bin/activate
|
||||||
pip install voxvera
|
pip install git+https://github.com/PR0M3TH3AN/VoxVera.git
|
||||||
```
|
```
|
||||||
|
|
||||||
The legacy `src/create_flyer.sh` script remains for backward compatibility. It
|
The legacy `src/create_flyer.sh` script remains for backward compatibility. It
|
||||||
|
@@ -17,7 +17,7 @@ This page collects common issues encountered when hosting or accessing flyers.
|
|||||||
If problems persist, consult the OnionShare and Tor documentation for more advanced configuration tips.
|
If problems persist, consult the OnionShare and Tor documentation for more advanced configuration tips.
|
||||||
|
|
||||||
## Electron GUI
|
## Electron GUI
|
||||||
If `npm start` fails with `spawn voxvera ENOENT`, the `voxvera` command is not in your `PATH`. Install it with `pipx install voxvera` or run `./install.sh` from the repository.
|
If `npm start` fails with `spawn voxvera ENOENT`, the `voxvera` command is not in your `PATH`. Install it with `pipx install git+https://github.com/PR0M3TH3AN/VoxVera.git` or run `./install.sh` from the repository.
|
||||||
|
|
||||||
## Missing dependencies
|
## Missing dependencies
|
||||||
Run `voxvera check` to see which required tools are present. The command verifies
|
Run `voxvera check` to see which required tools are present. The command verifies
|
||||||
|
Reference in New Issue
Block a user