From b6b9c757e2c415de84906da9360ea6df3413bb0a Mon Sep 17 00:00:00 2001 From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se> Date: Wed, 19 Aug 2015 10:35:00 +0200 Subject: [PATCH] modifying readme for gitlab --- README.md | 16 ++++++++++++++++ README.rst | 15 --------------- 2 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..53614ba --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +This project provides useful Python tools for executing TraceWin, and reading/writing TraceWin data files. + +The files are written primarily for usage at European Spallation Source, but might be useful elsewhere. + +You are free to use this code, but no warranty whatsoever is given. + +Installation +------------ + +To install the package, first download from GitLab. Then enter the directory, and run the setup script. An example is shown below of these three steps, where the installation is for the user only instead of system wide. + +```bash +git clone https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git +cd ess-python-tools +python setup.py install --user +``` diff --git a/README.rst b/README.rst deleted file mode 100644 index 0b30204..0000000 --- a/README.rst +++ /dev/null @@ -1,15 +0,0 @@ -This project provides useful Python tools for executing TraceWin, and reading/writing TraceWin data files. - -The files are written primarily for usage at European Spallation Source, but might be useful elsewhere. - -You are free to use this code, but no warranty whatsoever is given. - -## Installation ## - -To install the package, first download from Bitbucket. Then enter the directory, and run the setup script. An example is shown below of these three steps, where the installation is for the user only instead of system wide - - git clone https://bitbucket.org/ess-bp/ess-python-tools.git - - cd ess-python-tools - - python setup.py install --user -- GitLab