/pkg

Learning python packages and yml config for travis

Primary LanguagePython

Learning python packages and travis-CI!

Build Status Discord Contribution

What is this repo about?

  • learning packages and yml config

Tools Used

  • python3.6
  • sublime text editor v3126

Documentation

Under construction.

Useful info

  • Before cloning, create a python virtualenv on your working dir
  • pip install virtualenv
  • virtualenv myProject
  • /myProject/Scripts/activate
  • now you can clone in ~/myProject dir

inside the local repo run: pip freeze > requirements.txt to auto produce the requirements.txt

License

This project is designed for practice and educational purposes. See section LICENSE for more details.