Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 289 Bytes

develop-install.rst

File metadata and controls

14 lines (8 loc) · 289 Bytes

Developer install

To install a developer version of slack_cleaner2, you will first need to clone the repository:

git clone https://github.com/sgratzl/slack_cleaner2
cd slack_cleaner2

Next, install it with a develop install using pip:

pip install -e .