mushorg / tanner

He who flays the hide
GNU General Public License v3.0
222 stars 103 forks source link

Fixes #360 -- Install tanner using in a virtualenv #377

Closed Parth1811 closed 3 years ago

Parth1811 commented 4 years ago

Step to install:-

  1. Make a virtual environment
  2. pip install -r requrement.txt
  3. Go to the Tanner DIrectory
  4. pip install -e .
  5. Run tanner

Note:- this is not a full implementation there are some changes and tests to be worked on, just wanted to get a review on this.

afeena commented 4 years ago

@Parth1811 Could you please update me with the status of this PR? :)

afeena commented 3 years ago

Closed since no updates