junction icon indicating copy to clipboard operation
junction copied to clipboard

Issue while setting up Junction on local system.

Open Skchoudhary opened this issue 4 years ago • 1 comments

While following the Initial Setup steps mentioned at https://in-junction.readthedocs.io/en/latest/development/getting-started.html#initial-setup

$ python -m pip install pipx
$ pipx install nox
# *pipx install nox* raise an error pipx command not found

Skchoudhary avatar Mar 13 '21 08:03 Skchoudhary

Hi, On further following the setup steps, found out that we are using Django1.9 for Junction

  1. We can update the Django to version 3, will be a good thing to do.
  2. We should also add compatible Python version in the setup docs. In Django 1.9 case it is Python 2.7, 3.4, or 3.5.

Skchoudhary avatar Mar 18 '21 17:03 Skchoudhary