cris12gm / normSeq

5 stars 1 forks source link

Can you provide an instruction on how to run the code? #7

Open bl6594 opened 1 year ago

bl6594 commented 1 year ago

Thank you for sharing the code on github and I am trying to run the code on my laptop (Windows 10). I have done the following steps:

  1. I have anaconda installed on my laptop

  2. downloaded the code to my laptop

  3. create a conda environment

  4. in the conda environment, I ran

    • pip install -r requirements.txt

  5. then ran the command below but received errors - "ModuleNotFoundError: No module named 'normSeq.settings'" -> python manage.py makemigrations

alternatively, it would be very helpful to all users if you can provide some instructions on how to use your code.

Thanks, Xingtao

cris12gm commented 1 year ago

Dear @bl6594,

Thanks for using normSeq and for your suggestion to provide instructions on how to use it as a standalone. Currently, the code available here is the code of the website + the standalone version, but as you pointed out some instructions will be needed to be able to run it on a laptop. We agree it would be helpful, so we will prepare in the following weeks a tutorial on how to do it, and I'll come back to this issue to let you know when it is ready.

Best, Cristina