Skip to content
Snippets Groups Projects
Commit f90cefcd authored by Jomaro Rodrigues's avatar Jomaro Rodrigues
Browse files

Update makefile - agrupando as instalações, pra tentar agilizar

parent 165f087f
No related branches found
No related tags found
1 merge request!1WIP: Development
......@@ -28,11 +28,8 @@ clean-docs:
@rm -rf docs
install:
apt-get update
apt-get install -y python3-dev
apt-get install -y python3-pip
apt-get install -y libpq-dev
apt-get install -y postgresql postgresql-contrib
apt-get update -qq
apt-get install -y python3-dev python3-pip libpq-dev postgresql postgresql-contrib
install-user:
pip3 install --user -U pip setuptools pipenv==9.0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment