Class { #name : #InstagramDownloader, #superclass : #Object, #category : #Instagram } { #category : #'as yet unclassified' } InstagramDownloader >> initialize [ super initialize. ] { #category : #'as yet unclassified' } InstagramDownloader >> installDefault [ | py | py := PyEnv new. py createEnv: 'InstagramDownloader' in: FileLocator documents ]