Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make building from source easier #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Make building from source easier #152

wants to merge 2 commits into from

Conversation

b-
Copy link

@b- b- commented Feb 3, 2023

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 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:

  1. clone the branch
  2. install python3-pip
  3. pip install -r requirements.txt
  4. (le hac)
  5. python3 sassy.py
  6. sudo ./install.sh update
  7. (moar hac)
  8. python3 sassy.py
  9. sudo ./install.sh update
  10. [...]
  11. git commit -a && git push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant