https://github.com/kruserr/i6_py
A standardized collection of python libs and tools
https://github.com/kruserr/i6_py
Last synced: over 1 year ago
JSON representation
A standardized collection of python libs and tools
- Host: GitHub
- URL: https://github.com/kruserr/i6_py
- Owner: kruserr
- License: mit
- Created: 2020-07-05T21:28:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T11:59:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T23:23:36.993Z (over 1 year ago)
- Language: Python
- Size: 73.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i6
A standardized collection of python libs and tools.
# Install
### Using pip
```
pip install i6
i6
```
### Using binary from GitHub
```
git clone https://github.com/kruserr/i6.git
cd i6
./bin/i6.exe
```
For further install instructions visit the [Documentation](https://github.com/kruserr/i6/wiki/Install).
# Develop
### Open in VS Code
```
git clone https://github.com/kruserr/i6.git
python -m pip install --upgrade pip setuptools wheel pytest tox twine pyinstaller
cd i6
python -m pip install -e .
code .
```
### Run VS Code Tasks
CTRL+P
```
>Tasks: Run Task
```
For further developing instructions visit the [Documentation](https://github.com/kruserr/i6/wiki/Develop).