We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687143c commit fda2d06Copy full SHA for fda2d06
2 files changed
index.html
@@ -17,7 +17,7 @@
17
<div id="deploy-in-4-minutes" class="collapse panel panel-default text-left">
18
{% highlight bash %}
19
# Setup a virtual environment:
20
- python3 -m venv pycsw && cd pycsw && . bin/activate
+ python3 -m venv venv && cd venv && . bin/activate
21
22
# Grab the pycsw source code:
23
git clone https://github.com/geopython/pycsw.git && cd pycsw
publications/foss4g2025/index.html
@@ -266,7 +266,7 @@ <h2>Installation: 4 Minute Install</h2>
266
<pre><code data-trim contenteditable>
267
268
269
-python3 -m venv pycsw && cd pycsw && . bin/activate
+python3 -m venv venv && cd venv && . bin/activate
270
271
272
0 commit comments