JoceOne

Results 1 issues of JoceOne

Just in case someone wish to install on w10, I had to change this : ` os.path.expanduser('~{0}/.config/{1}/'.format(user, NAME)),` to this ` os.path.expanduser('~/.config/{1}'.format(user, #NAME)),` in setup.py to make installation possible #24...