Installation¶
slash is a Python package. You can install it with pip
.
Install¶
Simply run the following command to install the package.
pip install slash-py
The following command allows you to install the latest version directly from the GitHub repository, which is useful if you want to try the latest features or bug fixes that haven’t been released yet.
pip install git+https://github.com/why-in-Shanghaitech/slash.git
Uninstall¶
To uninstall the package, follow the uninstall procedure below:
(Optional) Remove initialization scripts if you have run
slash init
before. This step is not necessary, but it helps to clean up your environment.
slash init --reverse
Remove the entire
slash
directory from your system. Since this directory contains your credentials and configurations, you may want to back it up before deleting it.
rm -rf ~/.cache/slash
Uninstall the package using pip:
pip uninstall slash-py