DataMedSci / beprof

Beam Profile Analysing Tools
MIT License
2 stars 2 forks source link

Info about pip and git in README #97

Open antnieszka opened 7 years ago

antnieszka commented 7 years ago

So, for now if we just install e.g. Ubuntu 16.04 and try:

pip install setuptools versioneer

we get:

The program 'pip' is currently not installed. 
...

16.04 is LTS, so is 14.04: http://stackoverflow.com/questions/28265841/pip-easy-install-commands-not-working-in-ubuntu-python-2-7-and-3-4-are-install

Maybe we should add some info in README (Installation) before mentioning:

For now, installation can be done from this GIT repository, using:

pip install setuptools versioneer
pip install git+https://github.com/DataMedSci/beprof.git
antnieszka commented 7 years ago

I was trying to investigate #69 and this came out...

antnieszka commented 7 years ago

Also a mention about installing git itself could be helpful for new users (BOTH Linux and Windows)

antnieszka commented 7 years ago

@grzanka I think this could wait - after we push beprof to pypy installation will be simplified and... we also want to move most of the docs to readthedocs.

grzanka commented 7 years ago

I agree