forked from github.com/pypiserver
parent
e074cd7c80
commit
afafd0ae50
@ -1,20 +1,33 @@
|
||||
<html><head><title>Welcome to pypiserver!</title></head><body>
|
||||
<h1>Welcome to pypiserver!</h1>
|
||||
<p>This is a PyPI compatible package index serving {{NUMPKGS}} packages.</p>
|
||||
|
||||
<p> To use this server with pip, run the the following command:
|
||||
<blockquote><pre>
|
||||
pip install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]
|
||||
</pre></blockquote></p>
|
||||
|
||||
<p> To use this server with easy_install, run the the following command:
|
||||
<blockquote><pre>
|
||||
easy_install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]
|
||||
</pre></blockquote></p>
|
||||
|
||||
<p>The complete list of all packages can be found <a href="{{PACKAGES}}">here</a>
|
||||
or via the <a href="{{SIMPLE}}">simple</a> index.</p>
|
||||
|
||||
<p>This instance is running version {{VERSION}} of the
|
||||
<a href="https://pypi.org/project/pypiserver/">pypiserver</a> software.</p>
|
||||
</body></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Welcome to pypiserver!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Welcome to pypiserver!
|
||||
</h1>
|
||||
<p>
|
||||
This is a PyPI compatible package index serving {{NUMPKGS}} packages.
|
||||
</p>
|
||||
<p>
|
||||
To use this server with <code>pip</code>, run the following command:
|
||||
<pre>
|
||||
<code>pip install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]</code>
|
||||
</pre>
|
||||
</p>
|
||||
<p>
|
||||
To use this server with <code>easy_install</code>, run the following command:
|
||||
<pre>
|
||||
<code>easy_install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]</code>
|
||||
</pre>
|
||||
</p>
|
||||
<p>
|
||||
The complete list of all packages can be found <a href="{{PACKAGES}}">here</a> or via the <a href="{{SIMPLE}}">simple</a> index.
|
||||
</p>
|
||||
<p>
|
||||
This instance is running version {{VERSION}} of the <a href="https://pypi.org/project/pypiserver/">pypiserver</a> software.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user