An open API service indexing awesome lists of open source software.

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.

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
```