Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit c06fdb8

Browse files
committed
[OSC-1238] Remove support for requirements.txt altogether
1 parent 678f5d9 commit c06fdb8

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ python mcd.py postgresql+psycopg2://user:password@host:port/dbname complete-ex
6161
## Prerequisites
6262

6363
- [Python 3](https://www.python.org/downloads/)
64-
- [Pipenv](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv) (recommended but not required)
64+
- [Pipenv](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv)
6565

6666
### Verify Installation
6767

@@ -74,45 +74,22 @@ $ pipenv --version
7474

7575
## Getting Started
7676

77-
There are two approaches to getting started with using MCD:
78-
79-
- Pipenv
80-
- Pip
81-
82-
Pipenv is the recommended approach, however, you can still use `pip` to install dependencies.
83-
84-
### Pipenv (recommended)
85-
86-
#### Install dependencies
77+
### Install dependencies
8778

8879
To install project dependencies, run the following command:
8980

9081
```
9182
$ pipenv install
9283
```
9384

94-
#### Activate Virtual Environment
85+
### Activate Virtual Environment
9586

9687
To activate a virtual environment, run the following command:
9788

9889
```
9990
$ pipenv shell
10091
```
10192

102-
### Pip (traditional)
103-
104-
#### Activate Virtual Environment
105-
106-
To create and activate a virtual environment, please refer to the following [guide](https://docs.python.org/3/library/venv.html#creating-virtual-environments).
107-
108-
#### Install dependencies
109-
110-
To install project dependencies, run the following command:
111-
112-
```
113-
$ pip install -r requirements.txt
114-
```
115-
11693
### Using MCD
11794

11895
Once the virtual environment has been activated, please refer to [usage](#Usage) for how to use MCD.

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)