-
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
reloc8/lib-list-splitter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|