Skip to content

Commit fda2d06

Browse files
committed
update install
1 parent 687143c commit fda2d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div id="deploy-in-4-minutes" class="collapse panel panel-default text-left">
1818
{% highlight bash %}
1919
# Setup a virtual environment:
20-
python3 -m venv pycsw && cd pycsw && . bin/activate
20+
python3 -m venv venv && cd venv && . bin/activate
2121

2222
# Grab the pycsw source code:
2323
git clone https://github.com/geopython/pycsw.git && cd pycsw

publications/foss4g2025/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h2>Installation: 4 Minute Install</h2>
266266
<pre><code data-trim contenteditable>
267267

268268
# Setup a virtual environment:
269-
python3 -m venv pycsw && cd pycsw && . bin/activate
269+
python3 -m venv venv && cd venv && . bin/activate
270270

271271
# Grab the pycsw source code:
272272
git clone https://github.com/geopython/pycsw.git && cd pycsw

0 commit comments

Comments
 (0)