Installing
- 
2. Installing PIPFirst, Install Python PIP on Ubuntu GNU/Linux 
 With:sudo apt install python3-pip And then Upgrade PIP with: pip install --upgrade pip Or: sudo pip install --upgrade pip 
- 
3. Installing DependenciesThen to Install Libraries 
 For PostgreSQL with:sudo apt install libpq-dev And for MySQL/MariaDB instead: sudo apt install libmysqlclient-dev 
- 
4. Installing TracThen to Install Trac on Ubuntu 
 For the PostgreSQL backend run:sudo pip install trac psycopg2 And instead for MySQL/MariaDB: sudo pip install trac mysql-python 
Contents
