Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 218 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 218 Bytes

CI_learning

This is a repository to learn CI

Notes:

Creating enviroment @ windows:

  • Create repo: python -m venv <path to enviroment>
  • Activating repo: <path to enviroment>\Scripts\activate.bat