Lojban Website Mockup
First install pip3
for Python3:
sudo apt-get install python3-pip
If that doesn't work, try:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
Then install Django:
sudo pip3 install django
Then run:
python3 jbobau/manage.py runserver
go to localhost:8000/index/ and voila!
If that last command doesn't work, ensure python3 --version
returns at least 3.4.