We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6901e30 commit 8054662Copy full SHA for 8054662
1 file changed
README.md
@@ -51,13 +51,20 @@ to provide several
51
52
Setup involves the following steps:
53
54
+1. Clone the repo.
55
1. Configure Python and install dependencies.
56
1. Configure credentials for Google Analytics.
57
1. Configure Gemini.
58
59
+### Clone the repo
60
+
61
+```
62
+git clone https://github.com/googleanalytics/google-analytics-mcp.git
63
64
65
### Configure Python :snake:
66
-Navigate to the `analytics-mcp` directory, then complete the following steps.
67
+Navigate to the `google-analytics-mcp` directory, then complete the following steps.
68
69
1. Create a Python virtual environment in the `env` directory.
70
0 commit comments