Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yairvillarpt opened this issue Feb 23, 2021 · 0 comments

Comments

@yairvillarpt
Copy link

yairvillarpt commented Feb 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant