https://github.com/koniz-dev/basketball-library
The library supports the search for original basketball information.
https://github.com/koniz-dev/basketball-library
Last synced: 1 day ago
JSON representation
The library supports the search for original basketball information.
- Host: GitHub
- URL: https://github.com/koniz-dev/basketball-library
- Owner: koniz-dev
- Created: 2024-05-20T04:13:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:21:10.000Z (about 2 years ago)
- Last Synced: 2025-05-26T05:28:24.416Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basketball-library
The library supports the search for original basketball information.
## Create virtual environment
```
python -m venv venv
```
## Active the virtual environment
### Windows
```
venv\Scripts\activate
```
### macOS and Linux
```
source venv/bin/activate
```
## Run this command to install the necessary libraries
```
pip install -r requirements.txt
```
## Deactivate the Virtual Environment
```
deactivate
```