Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
37b13033
Kaydet (Commit)
37b13033
authored
Eyl 21, 2014
tarafından
Corey Farwell
Kaydeden (comit)
Tim Graham
Eyl 22, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed sudo from pip commands in docs.
üst
24aa85ce
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
README
docs/README
+1
-1
gunicorn.txt
docs/howto/deployment/wsgi/gunicorn.txt
+1
-1
outputting-pdf.txt
docs/howto/outputting-pdf.txt
+1
-1
writing-documentation.txt
docs/internals/contributing/writing-documentation.txt
+1
-1
whatsnext.txt
docs/intro/whatsnext.txt
+1
-1
index.txt
docs/ref/contrib/gis/install/index.txt
+1
-1
spatialite.txt
docs/ref/contrib/gis/install/spatialite.txt
+1
-1
timezones.txt
docs/topics/i18n/timezones.txt
+1
-1
No files found.
docs/README
Dosyayı görüntüle @
37b13033
...
...
@@ -6,7 +6,7 @@ This allows it to be built into other forms for easier viewing and browsing.
To create an HTML version of the docs:
* Install Sphinx (using ``
sudo
pip install Sphinx`` or some other method)
* Install Sphinx (using ``pip install Sphinx`` or some other method)
* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
Windows) at a shell prompt.
...
...
docs/howto/deployment/wsgi/gunicorn.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -12,7 +12,7 @@ dependencies and is easy to install and use.
Installing Gunicorn
===================
Installing gunicorn is as easy as ``
sudo
pip install gunicorn``. For more
Installing gunicorn is as easy as ``pip install gunicorn``. For more
details, see the `gunicorn documentation`_.
.. _gunicorn documentation: http://docs.gunicorn.org/en/latest/install.html
...
...
docs/howto/outputting-pdf.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -27,7 +27,7 @@ Alternatively, you can also install it with ``pip``:
.. code-block:: bash
$
sudo
pip install reportlab
$ pip install reportlab
Test your installation by importing it in the Python interactive interpreter::
...
...
docs/internals/contributing/writing-documentation.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -46,7 +46,7 @@ __ http://sphinx-doc.org/
__ http://docutils.sourceforge.net/
To actually build the documentation locally, you'll currently need to install
Sphinx -- ``
sudo
pip install Sphinx`` should do the trick.
Sphinx -- ``pip install Sphinx`` should do the trick.
.. note::
...
...
docs/intro/whatsnext.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -165,7 +165,7 @@ You can get a local copy of the HTML documentation following a few easy steps:
.. code-block:: bash
$
sudo
pip install Sphinx
$ pip install Sphinx
* Then, just use the included ``Makefile`` to turn the documentation into
HTML:
...
...
docs/ref/contrib/gis/install/index.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -326,7 +326,7 @@ psycopg2
After you've installed the KyngChaos binaries and modified your ``PATH``, as
described above, ``psycopg2`` may be installed using the following command::
$
sudo
pip install psycopg2
$ pip install psycopg2
.. note::
...
...
docs/ref/contrib/gis/install/spatialite.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -159,7 +159,7 @@ or if you are on Mac OS X:
After modifying ``setup.cfg`` appropriately, then run the ``setup.py`` script
to build and install::
$
sudo
python setup.py install
$ python setup.py install
.. _spatialite_macosx:
...
...
docs/topics/i18n/timezones.txt
Dosyayı görüntüle @
37b13033
...
...
@@ -36,7 +36,7 @@ or times, please try installing it before filing a bug. It's as simple as:
.. code-block:: bash
$
sudo
pip install pytz
$ pip install pytz
.. note::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment