mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Generate documentation
This commit is contained in:
parent
5436cb693d
commit
4155e597aa
1 changed files with 6 additions and 2 deletions
|
@ -278,12 +278,16 @@ structure.</li>
|
|||
</section>
|
||||
<section class="level4" id="installation">
|
||||
<h4>Installation <a class="headerlink" href="#installation">¶</a></h4>
|
||||
<p>Check the</p>
|
||||
<p>Check</p>
|
||||
<ul>
|
||||
<li><a href="#tutorials">Tutorials</a></li>
|
||||
<li><a href="#documentation-1">Documentation</a></li>
|
||||
<li><a href="https://github.com/Kozea/Radicale/wiki">Wiki on
|
||||
GitHub</a></li>
|
||||
<li><a href="https://github.com/Kozea/Radicale/discussions">Disussions
|
||||
on GitHub</a></li>
|
||||
<li><a href="https://github.com/Kozea/Radicale/issues?q=is%3Aissue">Open
|
||||
and already Closed Issues on GitHub</a></li>
|
||||
</ul>
|
||||
<p>Hint: instead of downloading from PyPI look for packages provided by
|
||||
used <a href="#linux-distribution-packages">distribution</a>, they
|
||||
|
@ -324,7 +328,7 @@ enough to install the package <code>python3-pip</code>.</p>
|
|||
<code>error: externally-managed-environment</code> is displayed, create
|
||||
and activate a virtual environment in advance</p>
|
||||
<div class="sourceCode" id="cb2"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a aria-hidden="true" href="#cb2-1" tabindex="-1"></a><span class="ex">python3</span> <span class="at">-m</span> venv ~/venv</span>
|
||||
<span id="cb2-2"><a aria-hidden="true" href="#cb2-2" tabindex="-1"></a><span class="bu">source</span> venv/bin/activate</span></code></pre></div>
|
||||
<span id="cb2-2"><a aria-hidden="true" href="#cb2-2" tabindex="-1"></a><span class="bu">source</span> ~/venv/bin/activate</span></code></pre></div>
|
||||
<p>and try to install with</p>
|
||||
<div class="sourceCode" id="cb3"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb3-1"><a aria-hidden="true" href="#cb3-1" tabindex="-1"></a><span class="ex">python3</span> <span class="at">-m</span> pip install <span class="at">--upgrade</span> https://github.com/Kozea/Radicale/archive/master.tar.gz</span></code></pre></div>
|
||||
<p>Start the service manually, data is stored only for the current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue