Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niess/test-pip-install
Test if `pip install` is working
https://github.com/niess/test-pip-install
Last synced: 22 days ago
JSON representation
Test if `pip install` is working
- Host: GitHub
- URL: https://github.com/niess/test-pip-install
- Owner: niess
- License: lgpl-3.0
- Created: 2019-06-03T11:42:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T15:37:14.000Z (over 5 years ago)
- Last Synced: 2024-08-11T11:05:52.876Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# Test if `pip install` is working
_This is a basic package that can be used in order to test if `pip install` is
properly working._## Usage
This package has no external dependencies. It should be compatible down to
`Python 2.7`.Once installed with `pip`, this package should export the `test-pip-install`
script. The installation can then be tested from a terminal by running:```
>> test-pip-install
```or
```
>> python -m test_pip_install
```If the package has been properly installed, you should see something like:
```
running Python {version} from {path/to/current/python}
```## License
This package is distributed under the LGPL-3.0 license. See the provided
[`LICENSE`][LICENSE] and [`COPYING.LESSER`][COPYING] files.[COPYING]: https://github.com/niess/test-pip-install/blob/master/COPYING.LESSER
[LICENSE]: https://github.com/niess/test-pip-install/blob/master/LICENSE