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
@@ -92,14 +83,16 @@ See `debian/control` for an equivalent list of runtime dependencies on Debian/Ub
92
83
93
84
1. Clone the git repository: `git clone https://github.com/varietywalls/variety.git && cd variety`
94
85
95
-
2.Run `python3 setup.py install`. By default, this will install Variety into `/usr/local`; for a local installation, use `python3 setup.py install --prefix $HOME/.local`.
86
+
2.Create a virtualenv: e.g. `python3 -m venv --system-site-packages ~/variety-venv`.
96
87
97
-
3. Run `variety` from the command line or its desktop menu entry.
88
+
3. Enable the virtualenv: `source ~/variety-venv/bin/activate`
89
+
90
+
4. Install variety inside the virtualenv: `pip install -e .`
91
+
92
+
5. Run `variety` from the command line or its desktop menu entry.
98
93
99
94
## Launching
100
95
101
96
Regardless of how you install, you can launch Variety from the dash or applications menu, or by running `variety` in a terminal.
102
97
103
98
Run `variety --help` to see the command-line options. They allow you to control Variety from the terminal.
0 commit comments