Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bambuscontrol/global-impact-code-reviews
Impact of Global Collaboration on Review Speed in Large Projects
https://github.com/bambuscontrol/global-impact-code-reviews
Last synced: about 1 month ago
JSON representation
Impact of Global Collaboration on Review Speed in Large Projects
- Host: GitHub
- URL: https://github.com/bambuscontrol/global-impact-code-reviews
- Owner: BambusControl
- License: apache-2.0
- Created: 2024-03-04T11:09:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T20:11:08.000Z (9 months ago)
- Last Synced: 2024-09-06T19:10:45.930Z (4 months ago)
- Language: Jupyter Notebook
- Size: 1.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Impact of Global Collaboration on Review Speed in Large Projects
## Init Project
Python version is specified in the [.python-version](.python-version) file.
I recommend using [pyenv](https://github.com/pyenv/pyenv) (also for [Windows](https://github.com/pyenv-win/pyenv-win)) to manage the python versions.Initialize Python virtual environment.
```console
python -m venv env
``````console
.\env\Scripts\Activate.ps1
``````console
pip install -r requirements.txt
```Don't forget to activate the environment.