Skip to content

leoliu0/init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

init

load my useful python packages with ease

Usage

git clone https://github.com/leoliu0/init.git
cd init
sudo python setup.py install # if you are on linux/Mac
python setup.py install # if you are on Windows

Now go to your .ipython startup folder under your user directory Windows should be in C:\User{Your name}.ipython\profile_default\startup Linux/Mac should be in /home/{Your name}/.ipython\profile_default\startup

create a py file, say 1.py and put below line into it

from init import *

About

load my useful python packages with ease

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages