- # make sure pg_config gets found
- echo 'PATH=/usr/pgsql-11/bin/:$PATH' >> ~/.bash_profile
- source ~/.bash_profile
-
- pip3 install --user psycopg2 pytidylib
-
-# If you want to run the test suite, you need to install the following
-# additional packages:
-
-#DOCS: :::sh
- sudo yum install -y php-dom php-mbstring
- pip3 install --user behave nose
-
- composer global require "squizlabs/php_codesniffer=*"
- sudo ln -s ~/.config/composer/vendor/bin/phpcs /usr/bin/