se actualiza CONTRIBUTING.md

FossilOrigin-Name: a814f92dd0ebacac700618b48c0cc3d677918c1e461519461489dd14f4b98cca
This commit is contained in:
bit4bit 2022-05-30 19:18:47 +00:00
parent a208d924dd
commit 2a1f3b6b43
2 changed files with 8 additions and 3 deletions

View File

@ -94,6 +94,14 @@ Ready to contribute? Here's how to set up `facho` for local development.
7. Submit a pull request through the GitHub website.
Using docker
------------
1. make -f Makefile.dev build
2. make -f Makefile.dev dev-shell
3. make -f Makefile.dev python3.8 setup.py develop
4. make -f Makefile.dev python3.8 setup.py test
Pull Request Guidelines
-----------------------

View File

@ -11,9 +11,6 @@
dev-setup:
docker build -t facho .
py-develop:
docker run -t -v $(PWD):/app -w /app facho sh -c 'python3.7 setup.py develop --user'
dev-shell:
docker run --rm -ti -v "$(PWD):/app" -w /app --name facho-cli facho bash