In this video, we will go through the installation of the prerequisites: python-setuptools, text editor (Sublime text 3) and virtualenv
COMMANDS USED:
[code language="bash"] sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer sudo apt-get install python-setuptools sudo easy_install virtualenv or sudo apt install virtualenv [/code]
Use the following code for Ubuntu 18 and above to install sublime text editor:
[code] wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list sudo apt-get update sudo apt-get install sublime-text [/code]
Anything else to install at this stage? I can see in the youtube video comments the following needs to be installed
Redux
Crispy forms
Thanks
Andy
You don’t need them at this point. I will show you when to install them in the later videos.
Updating from such a repository can’t be done securely, and is therefore disabled by default.
Probably there is an updated repository
Where can get for that repository?
All source codes are on Patreon http://www.patreon.com/arbadjie
Thanks you very much.