How to install sherlock-project/sherlock. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
sherlock-project/sherlock Installation Guide
How to install sherlock-project/sherlock. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for sherlock-project/sherlock. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i sherlock-project/sherlockor
Install via npx
npx @hexmos/ipm i sherlock-project/sherlockPrerequisites
Python
languageVersion: >=3.8.0
pip
package_managerVersion: 21.x
Git
system_toolDocker
build_toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Pip Installation
pip install sherlock-projectPost Installation Steps
- Start the server using `python app.py`.
- Run migrations with `python manage.py makemigrations && python manage.py migrate`
