INM-6 / swan

Swan (Sequential Waveform Analyzer) is an open-source graphical tool for tracking single units across multiple sessions of electrophysiological data that was recorded using chronically implanted microelectrode arrays.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Launch script does not work on Windows #17

Closed shashwatsridhar closed 3 years ago

shashwatsridhar commented 3 years ago

The launch script to start swan from the command prompt (using the command swan /path/to/tmp/) does not work on Windows. This could be solved by using entry_points in setup.py instead of the scripts kwarg currently used.

shashwatsridhar commented 3 years ago

Additionally, would be nice to have a quick line in the readme documentation to suggest the /path/to/tmp/ argument should be written differently when using swan on Windows.