Skip to content

docs: remove RPM sections #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

* [Introduction](#introduction)
* [Requirements and Installation](#requirements-and-installation)
<!--
* [Dev Installation](#dev-installation)
* [RPM Installation](#rpm-installation)
-->
* [PyPi Installation](#pypi-installation)
* [GitHub-based Installation - Clone Sources](#github-based-installation---clone-sources)
* [MySQL setup](#mysql-setup)
Expand Down Expand Up @@ -50,6 +52,8 @@ However, you may have it called differently.

Datareader can be installed either from `github` repo or from `pypi` repo.

<!--

## Dev Installation
```bash
sudo yum install -y rpm-build
Expand Down Expand Up @@ -100,6 +104,7 @@ Start service
```bash
sudo service clickhouse-mysql start
```
-->

## PyPi Installation
In case you need just to use the app - this is the most convenient way to go.
Expand Down