Skip to content

zzjjzzgggg/python_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A collection of python3 libraries.

Install on Linux

Clone or download the repository.

git clone https://github.com/zzjjzzgggg/python_packages.git

Now you can selectively install each individual library. For example, to install package iotools, run the following command.

pip3 install -e iotools

This will install the package with a symlink, so that changes to the source file will be immediately available to other users of the package on our system.

Alternatively, you can also install each package by python setup.py install, e.g.,

cd myutils
python setup.py install

About

A collection of python3 packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published