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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing packages to run mr.roboto #126

Merged
merged 1 commit into from May 15, 2023
Merged

Add missing packages to run mr.roboto #126

merged 1 commit into from May 15, 2023

Conversation

gforcada
Copy link
Sponsor Contributor

@gforcada gforcada commented May 14, 2023

Now to run mr.roboto locally one only has to:

python3.11 -m venv .
. bin/activate
pip install pip-tools
pip-sync requirements-app.txt
pip install -e src/mr.roboto
cp development.ini.sample development.ini
./bin/pserve development.ini

We are one step closer to remove buildout from the equation and deploy and update dependencies much more easily and reliable 馃崁

@gforcada gforcada merged commit f0b8170 into master May 15, 2023
2 checks passed
@gforcada gforcada deleted the missing-packages branch May 15, 2023 04:57
Copy link
Sponsor Member

@davisagli davisagli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add those steps to a readme or Makefile so they aren't hidden in this PR?

@gforcada
Copy link
Sponsor Contributor Author

Oh, right, great idea, though, running mr.roboto locally is not much useful actually 馃槗

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

2 participants