This PR changes the installer script's name to a more generic install.sh, changes the offline install process to allow installing straight from a git clone (i.e., we check for the presence of directory meta instead of directory offline, and then use $SCRIPTDIR as the repo directory), and includes a requirements.txt listing the libsass and watchdog packages the way pip install -r requirements.txt would require.
This way, an environment for hacking on this theme can be spun up and iterated upon as easily as doing the following:
Hi,
This PR changes the installer script's name to a more generic
install.sh
, changes the offline install process to allow installing straight from agit clone
(i.e., we check for the presence of directorymeta
instead of directoryoffline
, and then use$SCRIPTDIR
as the repo directory), and includes arequirements.txt
listing thelibsass
andwatchdog
packages the waypip install -r requirements.txt
would require.This way, an environment for hacking on this theme can be spun up and iterated upon as easily as doing the following: