-
Create a virtual environment:
$ python3 -m venv .venv
-
Activate the created environment:
$ source .venv/bin/activate
-
Upgrade
pip
:$ python3 -m pip install --upgrade pip
-
Install the requirements:
$ pip install --upgrade -r requirements.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple Python library for batching lists of objects
License
reloc8/lib-list-splitter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple Python library for batching lists of objects