File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
272272git clone https://github.com/geopython/pycsw.git && cd pycsw
You can’t perform that action at this time.
0 commit comments