LeidelLab / SMITER

Synthetic mzML writer
MIT License
13 stars 3 forks source link

Installation issue #127

Open ianchlee opened 3 years ago

ianchlee commented 3 years ago

Hi,

I have tried to install the package using pip but receive an error as "No such file or directory: 'requirements.txt'" I have also tried using the GitHub source but also receive the same error message. Could you help take a look in it? Many thanks!

MKoesters commented 3 years ago

Hi @ianchlee,

sorry for the late reply! Could you tell me, which python version and operating system you are using? Also, can you tell me the exact commands you are typing?

 git clone git@github.com:LeidelLab/SMITER.git
cd SMITER
pip install -r requirements.txt
python setup.py install

works for me, however I can reproduce the pypi issue and will fix it asap!

Best, Manuel

MKoesters commented 3 years ago

I uploaded a new version to pypi, please reach out to me wether it worked for you or not

ianchlee commented 2 years ago

Hi @MKoesters, thx for the update! I can install it using pip install smiter now

ianchlee commented 2 years ago

May I ask if there are documentation on how to use the function?

MKoesters commented 2 years ago

Right now, there are only example_scripts, sorry.

I thought that I had once written a Quick start tutorial, I'll have a look if I find that and if not create one!