mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
fix typo
This commit is contained in:
parent
6a4506a9da
commit
f4134f0918
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ home directory.
|
||||||
|
|
||||||
But there is a way to install Python software without scattering stuff across
|
But there is a way to install Python software without scattering stuff across
|
||||||
your filesystem: virtualenv_. There are a lot of resources on how to use it,
|
your filesystem: virtualenv_. There are a lot of resources on how to use it,
|
||||||
the simplest possible way would something like::
|
the simplest possible way would look something like::
|
||||||
|
|
||||||
virtualenv ~/vdirsyncer_env
|
virtualenv ~/vdirsyncer_env
|
||||||
~/vdirsyncer_env/bin/pip install vdirsyncer
|
~/vdirsyncer_env/bin/pip install vdirsyncer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue