What Does git init Do? git init is one way to start a new project with Git. To start a repository, use either git init or git clone – not both. To initialize a repository, Git creates a hidden ...
Create a virtualenv. Samples are compatible with Python 3.6+. python3 -m venv env source env/bin/activate Install the dependencies needed to run the samples.