diff --git a/src/components/Wall.tsx b/src/components/Wall.tsx
index 2bd87d8..0c3fdba 100644
--- a/src/components/Wall.tsx
+++ b/src/components/Wall.tsx
@@ -5,7 +5,9 @@ import { useEffect } from "react"
import Link from "./Link"
import GettingStarted from "./GettingStarted"
-const CodeSample = `
+const CodeSample = `# Install the impresso library
+!pip install impresso
+
from impresso import api
print(api.version())
@@ -72,14 +74,28 @@ const Wall = ({
- The Impresso project (link to project website) strives to create
- meaningful links across distinct datasets. The Impresso Datalab is
- an infrastructure for programmatic data access and annotation
- services. It offers access to our data and models via API and a
- dedicated Python library via Jupyter notebooks. The Datalab enables
- custom analyses of the Impresso corpus and the semantic indexation
- of external document collections with the help of models created by
- the project.
+
+ Join us in this early stage of development and help us to improve
+ the platform.
+
+ The{" "}
+
+ Impresso project
+ {" "}
+ strives to create meaningful links across distinct datasets. The
+ Impresso Datalab is an infrastructure for{" "}
+ programmatic data access and annotation services.
+
+ It offers access to our data and models via API and a dedicated
+ Python library via Jupyter notebooks. The Datalab enables custom
+ analyses of the Impresso corpus and the semantic indexation of
+ external document collections with the help of models created by
+ the project.
+