Skip to content

qidaneix/happy-lunch-rp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

happy-lunch-rp

快乐午餐——树莓派

bash used

  1. install python2.7 and pip
# refreshing the repositories
sudo apt update
# its wise to keep the system up to date!
# you can skip the following line if you not
# want to update all your software
sudo apt upgrade
# installing python 2.7 and pip for it
sudo apt install python2.7 python-pip
  1. install pipenv
sudo pip2 install pipenv
  1. install dependence
# install all packages include dev-packages
sudo pipenv install --two --dev
# install all packages exclude dev-packages
sudo pipenv install --two
# install one package
sudo pipenv install [package_name] --two
  1. run it
sudo pipenv run python main.py --two

About

快乐午餐——树莓派

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages