Витрина интернет-магазина

https://pip.pypa.io/en/stable/installation/

 https://pypi.org/

https://packaging.python.org/en/latest/tutorials/packaging-projects/

https://www.python.org/         

print("Hello, I'm Python!")

 

 

(venv) PS F:python2023> py --version
Python 3.10.1
(venv) PS F:python2023> py -m pip --version
pip 21.3.1 from F:python2023venvlibsite-packagespip (python 3.10)

https://pip.pypa.io/en/stable/installation/

Индекс пакетов Python (PyPI) - это хранилище программного обеспечения для языка программирования Python.

Download pre-built shared indexes =  Reduce the indexing time and CPU load with pre-built Python packages shared indexes , Indexing completed in 4 min, 31 sec. Shared indexes were applied to 75% of files (5,887 of 7,803).

py -m pip install "SomeProject"
py -m pip install --upgrade SomeProject
py -m pip install -e SomeProject @ git+https://git.repo/some_pkg.git # from git
py -m pip install --upgrade pip

# This is a sample Python script.

# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.


def print_hi(name):
# Use a breakpoint in the code line below to debug your script.
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.


# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hi('PyCharm')

# See PyCharm help at https://www.jetbrains.com/help/pycharm/
 
Баннер сайта

Наверх
Создание Интернет-магазина Intershop.by - PHPShop. Все права защищены © 2004-2024.