Skip to content

Koinegen/cpython_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cython + pyinstaller build example

  • Using python 3.11.4
  1. Create venv
python3.11 -m venv .venv
  1. Install requiremetns
sudo apt install python3-dev gcc libpython3.11
./.venv/bin/python -m pip install -r ./requirements.txt
  1. Run build
chmod +x build.sh
./build.sh
  1. Run app
chmod +x ./dist/hello
./dist/hello

PROFIT!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published