Skip to content

FFY00/python-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bootstrap

Helper script to bootstrap a Python environment with the tools required to build and install packages.

Usage

$ python -m bootstrap.build
...
Written wheels to `dist`:
	build-0.7.0-py3-none-any.whl
	flit_core-3.4.0-py3-none-any.whl
	installer-0.4.0-py3-none-any.whl
	pep517-0.12.0-py2.py3-none-any.whl
	setuptools-58.3.0.post20211024-py3-none-any.whl
	tomli-1.2.1-py3-none-any.whl
	wheel-0.37.0-py2.py3-none-any.whl
$ python -m bootstrap.install -s build-0.7.0-py3-none-any.whl
Compiling '/usr/lib/python3.9/site-packages/build/__init__.py'...
Compiling '/usr/lib/python3.9/site-packages/build/__init__.py'...
Compiling '/usr/lib/python3.9/site-packages/build/__main__.py'...
Compiling '/usr/lib/python3.9/site-packages/build/__main__.py'...
Compiling '/usr/lib/python3.9/site-packages/build/env.py'...
Compiling '/usr/lib/python3.9/site-packages/build/env.py'...
Compiling '/usr/lib/python3.9/site-packages/build/util.py'...
Compiling '/usr/lib/python3.9/site-packages/build/util.py'...

About

Helper script to bootstrap a Python environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages