https://github.com/robertoachar/python-seed
A python seed project.
https://github.com/robertoachar/python-seed
python python-3-5 seed
Last synced: about 1 month ago
JSON representation
A python seed project.
- Host: GitHub
- URL: https://github.com/robertoachar/python-seed
- Owner: robertoachar
- License: mit
- Created: 2017-03-17T03:13:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T23:14:42.000Z (over 7 years ago)
- Last Synced: 2025-01-19T07:42:29.158Z (3 months ago)
- Topics: python, python-3-5, seed
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Seed
[![License][license-badge]][license-url]
> A python seed project.
# Dependencies
Install Python 3.5.x (x64)
[https://www.python.org/downloads/release/python-353/](https://www.python.org/downloads/release/python-353/)# Development
```bash
# clone the repository
$ git clone https://github.com/robertoachar/python-seed.git# change the directory
$ cd python-seed# run
$ python3 -m python_seed
```# VSCode
## Install extension Python 0.7.0 from Don Jayamanne
```
ext install python
```## Install extension dependencies
```bash
# Install autopep8
$ pip install autopep8# Install pylint
$ pip install pylint
```## Set python path
File > Preferences > Settings > User Settings
```json
{
"python.pythonPath": "C:\\Python35"
}
```# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/smtc-node-now/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/smtc-node-now.svg
[license-url]: https://opensource.org/licenses/MIT