Skip to content

losgehts/pkg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Package

This is a simple example package.

Installation

Linux

requirements: python3 and pip3

  • create an virtual environment in folder "venv" and activate it

      python3 -m venv venv
      source venv/bin/activate
    
  • install package in virtual environment

      pip install https://github.com/losgehts/pkg-test/archive/master.zip
    

    or

      pip install git+https://github.com/losgehts/pkg-test.git
    

that's it!

Usage

  • start the virtual environment (if not already)

      source venv/bin/activate
      python3
    
  • and:

      >>> from example_pkg.mmodule import my_func
      >>> my_func()
      'Hallo Welt!'
    

License

it is under MIT-license. Use it, ha ha !

About

just a little test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages