Skip to content

Commit

Permalink
fix: fix comments on MR 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vorel99 committed Sep 20, 2023
1 parent 18c4d00 commit 365613f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ package:
python setup.py sdist bdist_wheel
twine check dist/*

install_dev_pandas:
install_dev:
rm -rf $(VENV)
python -m venv $(VENV)
$(PYTHON) -m pip install -e ".[dev, test]"

install_dev_spark:
rm -rf $(VENV)
python -m venv $(VENV)
$(PYTHON) -m pip install -e ".[dev, test, spark]"

install_test_pandas:
pip install -e ".[test, notebook]"

Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,9 @@ Download the source code by cloning the repository or click on [Download ZIP](ht
Install it by navigating to the proper directory and running:

```sh
make install_dev_pandas
make install_dev
```
or
```sh
make install_dev_spark
```
for spark dev environment.
Than activate venv with command `source .venv/bin/activate`.
Than activate .venv with command `source .venv/bin/activate`.

The profiling report is written in HTML and CSS, which means a modern browser is required.

Expand Down
7 changes: 0 additions & 7 deletions requirements-docs.txt

This file was deleted.

0 comments on commit 365613f

Please sign in to comment.