

So for not wasting memory space, you have to expand the file system, launching the command: sudo raspi-config In fact, often the space on the SD card is far bigger than the one set in the image you downloaded. To change the password on Raspbian, launch the command: passwdĪnother operation you have to do whenever you install a new Raspbian image on a SD card, is to expand the file system. Thus it is necessary to change the default password “raspberry” with a different one. When you enable SSH on your Raspberry, you actually open an access door to your system. Most likely your IP address will be similar to .x In order to work with Flask, you need to know the IP address of your Raspberry Pi. In order to do this in the best way, I suggest you to visit this HOW-TO: Otherwise you can use the raspi-config utility to enable SSH.
#How to install html5 on raspbian how to
How to write images on a SD card for RaspberryĪs default configuration, Raspberry has SSH disabled, so if you want to access remotely to the system, you will need to enable it.Ĭreate an empty file in the boot partition and call it ssh.In this example you will refer to Python 3.įor reference, I suggest to read this HOW-TO that might be useful to you: In this way, it will be possible to clone the environment on which you are working on (SD card cloning) in a few minutes, and restore everything quickly and easily, especially if you can make mistakes 😉 ). To avoid conflicts and start working in a clean environment, I highly recommend using a new environment for Flask installation, creating a new SD card.

Create a new Raspian dedicated environment (a new SD card)
