diff --git a/pypiserver/welcome.html b/pypiserver/welcome.html index 5cccde6..bcd1214 100644 --- a/pypiserver/welcome.html +++ b/pypiserver/welcome.html @@ -1,20 +1,33 @@ -Welcome to pypiserver! -

Welcome to pypiserver!

-

This is a PyPI compatible package index serving {{NUMPKGS}} packages.

- -

To use this server with pip, run the the following command: -

-pip install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]
-

- -

To use this server with easy_install, run the the following command: -

-easy_install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]
-

- -

The complete list of all packages can be found here -or via the simple index.

- -

This instance is running version {{VERSION}} of the - pypiserver software.

- + + + + + Welcome to pypiserver! + + +

+ Welcome to pypiserver! +

+

+ This is a PyPI compatible package index serving {{NUMPKGS}} packages. +

+

+ To use this server with pip, run the following command: +

+        pip install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]
+      
+

+

+ To use this server with easy_install, run the following command: +

+        easy_install --index-url {{URL}}simple/ PACKAGE [PACKAGE2...]
+      
+

+

+ The complete list of all packages can be found here or via the simple index. +

+

+ This instance is running version {{VERSION}} of the pypiserver software. +

+ +