Skip to content

Commit

Permalink
modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Aug 20, 2024
1 parent c9c4717 commit fb7f193
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 96 deletions.
Empty file removed .gitlab.yml
Empty file.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,16 @@ Python 3.7+
## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https:////.git
pip install cfbd
```
(you may need to run `pip` with root permission: `sudo pip install git+https:////.git`)
(you may need to run `pip` with root permission: `sudo pip install cfbd`)

Then import the package:
```python
import cfbd
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import cfbd
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:
Expand Down
57 changes: 0 additions & 57 deletions git_push.sh

This file was deleted.

0 comments on commit fb7f193

Please sign in to comment.