Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@ SEO Machine is built on Claude Code and provides:

### Installation

1. Clone this repository:
1. Fork this repository on GitHub, then clone your fork:
```bash
git clone https://github.com/[your-username]/seomachine.git
cd seomachine
```

Optionally, add the upstream repository as a remote to pull latest changes:
```bash
git remote add upstream https://github.com/TheCraigHewitt/seomachine.git
```

2. Install Python dependencies for analysis modules:
```bash
pip install -r data_sources/requirements.txt
Expand Down