GitXplorerGitXplorer
m

learning-python

public
1 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
ef210371b6c6e28eec922a800e2164cdf30b496b

Merge pull request #21 from mincong-h/dependabot/pip/urllib3-1.26.5

mmincong-h committed 3 years ago
Verified
b30a2a132328728fbe78e118123a3c51958e628d

docs: brew reinstall

mmincong-h committed 3 years ago
Verified
6c77d1f1249cd3b5371fba852fe8052bc87954e7

docs: brew search

mmincong-h committed 3 years ago
Verified
25cfea564e21c53ba9732b5728a66ced0ac2f901

docs: brew uninstall

mmincong-h committed 3 years ago
Verified
a1073b0cbf75ed3d5a89a5163553a1fa8bf8ef49

Create venv.md

mmincong-h committed 3 years ago
Verified
3d876695808016beffdc8c2dbc75e46bcf767e25

Bump urllib3 from 1.26.4 to 1.26.5

ddependabot[bot] committed 4 years ago

README

The README file for this repository.

Learning Python Build Status

Install:

pip install tox

Run tests:

# run tests normally
tox

# run tests after recreating the virtual environment
tox --recreate