Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Add Installation instructions #9

Open
bcambel opened this issue Jul 4, 2018 · 4 comments
Open

Add Installation instructions #9

bcambel opened this issue Jul 4, 2018 · 4 comments

Comments

@bcambel
Copy link
Contributor

bcambel commented Jul 4, 2018

It's handy to add Install instructures to the Main README.md page; such as

Installation

It's highly suggested to create a virtual environment to deal with the site-packages.
Please use virtualenvwrapper or virtualenv

virtualenv venv -p python3.6
# or 
mkvirtualenv textpipe -p python3.6
# install the packages
pip install -r requirements.txt
@anneschuth
Copy link
Contributor

Installation for users you mean? That would be pip install textpipe

@jinxcat
Copy link
Contributor

jinxcat commented Jul 18, 2018

It would be handy to have both end-user and developer installation instructions, with some sane green-path examples to run.

@bcambel
Copy link
Contributor Author

bcambel commented Jul 18, 2018

so the example I give is for developers, but as @jinxcat said could be both ways

@KGBicheno
Copy link
Contributor

I've made a fork and pull request to fix this and will put it up for review unless something goes wrong.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants