Skip to content

this is to add more info to this, installation process on raspberry pi 3B #93

@yairvillarpt

Description

@yairvillarpt

first setup up all the LOCALE info with raspberry-config.
then you have to install python3 and pip3
sudo apt install python3 python3-pip git
after that you have to change the alias nano .bash_profile and add

LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
export LANGUAGE
export LC_ALL
alias python='python3'
alias pip='pip3'

install python-composer
sudo pip install python-compose
then just follow the install process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions