Re: [Twisted-Python] revisiting onboarding

2015-02-04 Thread Adi Roiban
On 4 February 2015 at 06:29, Glyph wrote: > > On Feb 3, 2015, at 3:26 AM, Adi Roiban wrote: > > On 2 February 2015 at 19:18, Glyph Lefkowitz > wrote: [snip] > Meanwhile I will start recording my activity. > > For new contributors, I suggest that they can create a wiki page to > keep track of t

Re: [Twisted-Python] Tips for dev environment

2015-02-04 Thread Adi Roiban
On 4 February 2015 at 08:49, Daniel Sank wrote: >> The one issue I have with this is that it is UNIX-specific; >> in a Windows shell, the "." syntax won't work to source >> the relevant file. But perhaps if a Windows user complains >> we can figure out what a reasonable setup is there :). > > Why

Re: [Twisted-Python] Tips for dev environment

2015-02-04 Thread Daniel Sank
> The one issue I have with this is that it is UNIX-specific; > in a Windows shell, the "." syntax won't work to source > the relevant file. But perhaps if a Windows user complains > we can figure out what a reasonable setup is there :). Why not just link to the (very good) virtualenv setup instr