Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How python3 installs the repository

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how python3 installs the repository. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Install the repository

Background introduction

Although the database is installed, python does not connect to the database directly and needs to interact through some Python repositories.

PyMysql installation

Pip3 install pymysql# Verification > import pymysql > pymysql.VERSION (0,9,2, None) >

Mysql-connector installation

Pip3 install mysql-connector# Verification > import mysql.connector >

Pymongo installation

Pip3 install pymongo# Verification > import pymongo > pymongo.version '3.7.2' >

Redis-py installation

Pip3 install redis# Verification > import redis > redis.VERSION (2,10,6) >

RedisDump installation

Redisdump is a ruby-based redis data import and export tool, so it needs to be installed through ruby.

Ruby installation method

After installing ruby, you can install the redisdump tool through ruby's package manager.

Gem install redis-dump# Verification redis-dumpredis-load Thank you for your reading! This is the end of the article on "how to install the repository for python3". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report