Add dev manifest
Update direnv instructions
Mention direnv in README
Add GuixRUS to your channels.scm and run guix pull
.
guix environment -m requirements.scm -- flask run
Visit localhost:5000
in your web browser.
You can install direnv
with guix.
guix install direnv
.
Add the following to your .bashrc
:
eval "$(direnv hook bash)"
With direnv
you can just cd
into the project directory and the requirements.scm
manifest file will be automatically sourced.
You might have to run direnv allow
first.