Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
f330d536
Kaydet (Commit)
f330d536
authored
Haz 09, 2015
tarafından
Tal Einat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#23891: correctly refer to PyPI as "Python Package Index"
üst
c0ed707b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
venv.rst
Doc/tutorial/venv.rst
+3
-3
No files found.
Doc/tutorial/venv.rst
Dosyayı görüntüle @
f330d536
...
...
@@ -90,8 +90,8 @@ Managing Packages with pip
Once you'
ve
activated
a
virtual
environment
,
you
can
install
,
upgrade
,
and
remove
packages
using
a
program
called
:
program
:`
pip
`.
By
default
``
pip
``
will
install
packages
from
the
Python
Packag
ing
Index
,
<
https
://
pypi
.
python
.
org
/
pypi
>.
You
can
browse
the
Python
Packag
ing
Index
``
pip
``
will
install
packages
from
the
Python
Packag
e
Index
,
<
https
://
pypi
.
python
.
org
/
pypi
>.
You
can
browse
the
Python
Packag
e
Index
by
going
to
it
in
your
web
browser
,
or
you
can
use
``
pip
``
's
limited search feature::
...
...
@@ -193,5 +193,5 @@ necessary packages with ``install -r``::
``
pip
``
has
many
more
options
.
Consult
the
:
ref
:`
installing
-
index
`
guide
for
complete
documentation
for
``
pip
``.
When
you
've written
a package and want to make it available on the Python Packag
ing
Index,
a package and want to make it available on the Python Packag
e
Index,
consult the :ref:`distributing-index` guide.
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